Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/celery/celery
/ Ignore
Class
Ignore
celery/exceptions.py:190–191 ·
view source on GitHub ↗
A task can raise this to ignore doing state updates.
Source
from the content-addressed store, hash-verified
188
189
190
class
Ignore(TaskPredicate):
191
""
"A task can raise this to ignore doing state updates."
""
192
193
194
class
Reject(TaskPredicate):
Callers
4
test_on_failure_Ignore_acknowledges
Method · 0.90
test_get_log_policy
Method · 0.90
ignored
Method · 0.90
on_replace
Method · 0.90
Calls
no outgoing calls
Tested by
3
test_on_failure_Ignore_acknowledges
Method · 0.72
test_get_log_policy
Method · 0.72
ignored
Method · 0.72