Open
Description
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