django-lightweight-queue
django-lightweight-queue copied to clipboard
Warn about configured queues with no tasks
It would be great if DLQ could warn about queues which are configured, but for which there are no tasks in the system. This is possibly legitimate (for example if the tasks themselves are in a lazily loaded package), however can also indicate a typo either in task or queue configuration.