MCPcopy
hub / github.com/celery/celery / call_task

Method call_task

celery/worker/consumer/gossip.py:88–92  ·  view source on GitHub ↗
(self, task)

Source from the content-addressed store, hash-verified

86 )
87
88 def call_task(self, task):
89 try:
90 self.app.signature(task).apply_async()
91 except Exception as exc: # pylint: disable=broad-except
92 logger.exception('Could not call task: %r', exc)
93
94 def on_elect(self, event):
95 try:

Callers 1

test_call_taskMethod · 0.95

Calls 2

apply_asyncMethod · 0.45
signatureMethod · 0.45

Tested by 1

test_call_taskMethod · 0.76