Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/celery/celery
/ AlwaysEagerIgnored
Class
AlwaysEagerIgnored
celery/exceptions.py:117–118 ·
view source on GitHub ↗
send_task ignores :setting:`task_always_eager` option.
Source
from the content-addressed store, hash-verified
115
116
117
class
AlwaysEagerIgnored(CeleryWarning):
118
""
"send_task ignores :setting:`task_always_eager` option."
""
119
120
121
class
DuplicateNodenameWarning(CeleryWarning):
Callers
1
send_task
Method · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected