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
| Name | Type | Description |
|---|---|---|
| app | Celery application instance | The Celery application instance to which the group task will be attached upon finalization. |
Returns
| Type | Description |
|---|---|
function | The Celery task function responsible for executing a group of subtasks. |