Skip to content

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

Open
howethomas wants to merge 1 commit intomainfrom
feature/queue-stats-endpoint
Open

Add /stats/queue endpoint for Redis queue depth monitoring#133
howethomas wants to merge 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>
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.

1 participant