Celery Stats
Operations Summary
| Method | Endpoint | Description |
|---|---|---|
| GET | /api/celery-stats/ |
Get Celery worker statistics |
Get Celery worker statistics
Provides a snapshot of the Celery workers' status, including active, scheduled, reserved, and revoked tasks, as well as worker-specific statistics. Requires support user permissions.
1 2 3 4 | |
1 2 3 4 5 6 7 8 9 | |
- API Source:
celery_stats_retrieve
1 2 3 4 5 6 7 8 9 10 | |
200 -