Skip to main content

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

NameTypeDescription
appCeleryThe Celery application instance where the chord task will be registered

Returns

TypeDescription
functionThe celery.chord task function defined within the application context