add_chord_task
No longer used, but here for backwards compatibility.
def add_chord_task(
app: Celery
) - > function
No longer used, but here for backwards compatibility.
Parameters
| Name | Type | Description |
|---|---|---|
| app | Celery | The Celery application instance where the chord task will be registered |
Returns
| Type | Description |
|---|---|
function | The celery.chord task function defined within the application context |