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 noticed that you closed your PR, and I wanted to check if there’s a particular reason for that. I do think this would be a valuable change. If you’d like to reopen it, I’d be happy to review it.
Hi,
Currently the
rundramatiq
management prints each tasks module it finds on startup:This output can be quite long if you have many tasks modules.
It would be nice if this was possible to silence by adding a
-v0
option to the command.Relevant code:
https://github.com/Bogdanp/django_dramatiq/blob/master/django_dramatiq/management/commands/rundramatiq.py#L176
The text was updated successfully, but these errors were encountered: