Skip to main content

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

NameTypeDescription
appCeleryThe Celery application instance to which the dummy chain task will be registered

Returns

TypeDescription
functionA Celery task function named 'celery.chain' that raises a NotImplementedError when called.