You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to use multiple broker in my setup - redis and pg in the same time (pg for the far scheduled critical stuff). For this, I can define the broker on the actor, but running the worker for each worker is not possible with django_dramatiq.
What would be the best way to support it? The broker definition could go to the command instead of the app?
With a little guidance (design decision), I can do the PR
The text was updated successfully, but these errors were encountered:
Hey,
I would like to use multiple broker in my setup - redis and pg in the same time (pg for the far scheduled critical stuff). For this, I can define the broker on the actor, but running the worker for each worker is not possible with django_dramatiq.
What would be the best way to support it? The broker definition could go to the command instead of the app?
With a little guidance (design decision), I can do the PR
The text was updated successfully, but these errors were encountered: