add_chain_task
No longer used, but here for backwards compatibility.
def add_chain_task(
app: Celery
) - > function
No longer used, but here for backwards compatibility.
Parameters
| Name | Type | Description |
|---|---|---|
| app | Celery | The Celery application instance to which the dummy chain task will be registered |
Returns
| Type | Description |
|---|---|
function | A Celery task function named 'celery.chain' that raises a NotImplementedError when called. |