MCPcopy
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
190class Ignore(TaskPredicate):
191 """A task can raise this to ignore doing state updates."""
192
193
194class Reject(TaskPredicate):

Callers 4

test_get_log_policyMethod · 0.90
ignoredMethod · 0.90
on_replaceMethod · 0.90

Calls

no outgoing calls

Tested by 3

test_get_log_policyMethod · 0.72
ignoredMethod · 0.72