MCPcopy
hub / github.com/celery/celery / ChordError

Class ChordError

celery/exceptions.py:259–260  ·  view source on GitHub ↗

A task part of the chord raised an exception.

Source from the content-addressed store, hash-verified

257
258
259class ChordError(TaskError):
260 """A task part of the chord raised an exception."""
261
262
263class CPendingDeprecationWarning(PendingDeprecationWarning):

Calls

no outgoing calls