django-q
django-q copied to clipboard
How to know the queued tasks for redis broker
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.
Same here!!!