MCPcopy
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
117class AlwaysEagerIgnored(CeleryWarning):
118 """send_task ignores :setting:`task_always_eager` option."""
119
120
121class DuplicateNodenameWarning(CeleryWarning):

Callers 1

send_taskMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected