django-lightweight-queue icon indicating copy to clipboard operation
django-lightweight-queue copied to clipboard

Warn about configured queues with no tasks

Open PeterJCLaw opened this issue 5 years ago • 0 comments

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.

PeterJCLaw avatar May 20 '20 10:05 PeterJCLaw