MCPcopy
hub / github.com/celery/celery / on_task_call

Method on_task_call

celery/backends/redis.py:400–402  ·  view source on GitHub ↗
(self, producer, task_id)

Source from the content-addressed store, hash-verified

398 return retry_policy
399
400 def on_task_call(self, producer, task_id):
401 if not task_join_will_block():
402 self.result_consumer.consume_from(task_id)
403
404 def get(self, key):
405 return self.client.get(key)

Callers

nothing calls this directly

Calls 2

task_join_will_blockFunction · 0.90
consume_fromMethod · 0.45

Tested by

no test coverage detected