Skip to content

Add /stats/queue endpoint for Redis queue depth monitoring#133

Merged
pavanputhra merged 1 commit intomainfrom
feature/queue-stats-endpoint
Mar 8, 2026
Merged

Add /stats/queue endpoint for Redis queue depth monitoring#133
pavanputhra merged 1 commit intomainfrom
feature/queue-stats-endpoint

Conversation

@howethomas
Copy link
Contributor

Adds a GET endpoint /stats/queue that returns the number of items in a Redis list (queue). Accepts list_name as a query parameter. Public endpoint (no auth) for monitoring and backpressure.

Cherry-picked from dev server consolidation (commit cefef64).

Made with Cursor

Public endpoint (no auth) that returns the depth of any Redis list,
used by the audio adapter for backpressure control.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@pavanputhra pavanputhra merged commit ec0311d into main Mar 8, 2026
1 check passed
@pavanputhra pavanputhra deleted the feature/queue-stats-endpoint branch March 8, 2026 23:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants