MCPcopy
hub / github.com/celery/celery / SchedulingError

Class SchedulingError

celery/beat.py:46–47  ·  view source on GitHub ↗

An error occurred while scheduling a task.

Source from the content-addressed store, hash-verified

44
45
46class SchedulingError(Exception):
47 """An error occurred while scheduling a task."""
48
49
50class BeatLazyFunc:

Callers 1

apply_asyncMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected