MCPcopy
hub / github.com/celery/celery / InvalidTaskError

Class InvalidTaskError

celery/exceptions.py:255–256  ·  view source on GitHub ↗

The task has invalid data or ain't properly constructed.

Source from the content-addressed store, hash-verified

253
254
255class InvalidTaskError(TaskError):
256 """The task has invalid data or ain't properly constructed."""
257
258
259class ChordError(TaskError):

Callers 7

hybrid_to_proto2Function · 0.90
proto1_to_proto2Function · 0.90
__init__Method · 0.90
registerMethod · 0.90
trace_taskFunction · 0.90

Calls

no outgoing calls

Used in the wild real call sites across dependent graphs

searching dependent graphs…