MCPcopy
hub / github.com/celery/celery / TimeoutError

Class TimeoutError

celery/exceptions.py:238–239  ·  view source on GitHub ↗

The operation timed out.

Source from the content-addressed store, hash-verified

236
237
238class TimeoutError(TaskError):
239 """The operation timed out."""
240
241
242class MaxRetriesExceededError(TaskError):

Callers 9

await_redis_echoFunction · 0.90
await_redis_countFunction · 0.90
test_chord_on_errorMethod · 0.90
wait_forMethod · 0.90
get_manyMethod · 0.90
_wait_for_pendingMethod · 0.90
wait_for_portFunction · 0.85
joinMethod · 0.85

Calls

no outgoing calls

Tested by 5

await_redis_echoFunction · 0.72
await_redis_countFunction · 0.72
test_chord_on_errorMethod · 0.72
wait_for_portFunction · 0.68