Statuses
Here are the different possible statuses for a task
pending: The task is waiting to be executed in the queue.
staged: The task is cached, not in the queue yet.
starting: The task is beginning to proceed.
processing: The task is being executed.
finished: The task has been completed.
failed: The task execution failed.
retry/retrying: The task is waiting in the queue to be retried.
Last updated