Skip to content

TimeLimitExceeded failures are not recorded to results table #367

Open
@ericswpark

Description

@ericswpark

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions