MCPcopy Create free account
hub / github.com/closeio/tasktiger / TaskNotFound

Class TaskNotFound

tasktiger/exceptions.py:61–64  ·  view source on GitHub ↗

The task was not found or does not exist in the given queue/state.

Source from the content-addressed store, hash-verified

59
60
61class TaskNotFound(Exception):
62 """
63 The task was not found or does not exist in the given queue/state.
64 """

Callers 4

_moveMethod · 0.85
update_scheduled_timeMethod · 0.85
from_idMethod · 0.85
n_executionsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected