-
-
Notifications
You must be signed in to change notification settings - Fork 4.5k
Closed
Description
Specifically we want to capture the size of each queue.
We'll need a gauge type in tsdb to handle this, as well as some service running (either as its own process, or part of an existing) which captures the stats routinely. This service may also be able to replace Celerybeat.
- Display in UI when backlogged Detect if the worker issue is actually because of backlog or not #2867
- CLI tooling to fetch queue sizes Add command line util to list and purge queues #2844
- Update docs Add documentation around queue monitoring #2944
- Internally track and graph size over time