django-q icon indicating copy to clipboard operation
django-q copied to clipboard

How to know the queued tasks for redis broker

Open vijayalaxmi-pixel opened this issue 4 years ago • 1 comments

Django ORM broker can list the tasks in queued state. For redis broker, task status is known only with the task is executed with success/failure through Task model. Is there a way to know if a taskid is in queued state.

vijayalaxmi-pixel avatar Sep 17 '21 17:09 vijayalaxmi-pixel

Same here!!!

perexwi avatar Aug 19 '23 04:08 perexwi