Skip to main content

add_unlock_chord_task

Task used by result backends without native chord support.

Will joins chord by creating a task chain polling the header
for completion.
def add_unlock_chord_task(
app: Celery
) - > function

Task used by result backends without native chord support. Will joins chord by creating a task chain polling the header for completion.

Parameters

NameTypeDescription
appCeleryThe Celery application instance where the unlock task will be registered.

Returns

TypeDescription
functionThe registered 'celery.chord_unlock' task function used to poll for chord completion.