Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/celery/celery
/ apply_async
Method
apply_async
t/unit/tasks/test_tasks.py:36–37 ·
view source on GitHub ↗
(self, *args, **kwargs)
Source
from the content-addressed store, hash-verified
34
return
x * y
35
36
def
apply_async(self, *args, **kwargs):
37
self.applied += 1
38
39
40
class
TaskWithPriority(Task):
Callers
15
test_link_error_callback_retries
Method · 0.45
test_chain_of_chain_with_a_single_task
Method · 0.45
test_eager_chain_inside_task
Method · 0.45
test_chain_error_handler_with_eta
Method · 0.45
test_group_in_center_of_chain
Method · 0.45
test_upgrade_to_chord_inside_chains
Method · 0.45
test_ready_with_exception
Method · 0.45
test_empty_group_result
Method · 0.45
test_eager_chord_inside_task
Method · 0.45
test_group_kwargs
Method · 0.45
test_group_args_and_kwargs
Method · 0.45
test_chord_in_chain_with_args
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected