Handle async Job in queued state which failed
Sometimes an async job might get stuck in the queued state. The job might have been dispatched via Celery, but ( often due to mis-configuration) it can not be started by the worker. However, this somehow does not trigger re-submission of a celery task. Check the celery configuration for possible solutions.
Edited by Klaas Kliffen