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
| Name | Type | Description |
|---|---|---|
| app | Celery | The Celery application instance where the unlock task will be registered. |
Returns
| Type | Description |
|---|---|
function | The registered 'celery.chord_unlock' task function used to poll for chord completion. |