Skip to main content

add_group_task

No longer used, but here for backwards compatibility.

def add_group_task(
app: Celery application instance
) - > function

No longer used, but here for backwards compatibility.

Parameters

NameTypeDescription
appCelery application instanceThe Celery application instance to which the group task will be attached upon finalization.

Returns

TypeDescription
functionThe Celery task function responsible for executing a group of subtasks.