exc#

exception abstract_tracker.exc.TaskLockedError[source]#

Raised when a task worker is trying to work on a locked task.

exception abstract_tracker.exc.NoMoreRetryError[source]#

Raised when trying to run a task that is considered as no more retry.

exception abstract_tracker.exc.TaskExhaustedError[source]#

Raised when a task is already in “exhausted” status.

exception abstract_tracker.exc.TaskIgnoredError[source]#

Raised when a task is already in “ignore” status.