Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
46
class
SchedulingError(Exception):
47
""
"An error occurred while scheduling a task."
""
48
49
50
class
BeatLazyFunc:
Callers
1
apply_async
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected