Open
Description
When a task fails for exceeding the specified time limit, theFAILURE
state is not saved to the results table.
I have to manually check the status of the task using a tool like flower to see if tasks have failed or not.
This may be related to issue #37, as I use update_state()
to send back progress data to Django.
Here is the relevant code snippet:
https://github.com/shipperstack/shipper/blob/master/core/tasks.py#L101-L103
Metadata
Metadata
Assignees
Labels
No labels