purge_celery_task
Purge all queued instances of a named Celery task to clear pending jobs from the queue.
Instructions
Purge all queued instances of a specific Celery task.
Args: task_name: The task name to purge (e.g., "dojo.tasks.async_update")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||