Open kfuchs opened 7 years ago
Yes, I thought django-q would raise an Exception and set the task as failed , but it turned out to be a simple warning in log.
Related: the method specified in hook
is not called for tasks that have timed out. How can one detect failed tasks?
When the process times out for a task the task is not added to failed tasks. It seems to just get lost.