MCPcopy
hub / github.com/celery/celery / task_id_in_map

Function task_id_in_map

celery/contrib/migrate.py:384–385  ·  view source on GitHub ↗
(body, message)

Source from the content-addressed store, hash-verified

382 ... queues=['hipri'])
383 """
384 def task_id_in_map(body, message):
385 return map.get(message.properties['correlation_id'])
386
387 # adding the limit means that we don't have to consume any more
388 # when we've found everything.

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…