Bogdanp / Bogdanp/django_dramatiq
Multiple broker support
Open
enhancement
- Dominant language
- Python
- Stars
- 384
- Forks
- 86
- PR merge metrics
- No merged PRs in 30d
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
Contributor guide
Assessment
This issue has not been assessed yet.