Add new queue size health check endpoint to avoid querying workers#8144
Merged
johnewart merged 1 commit intorelease-2.84from May 8, 2026
Merged
Conversation
…st to get queue sizes
Contributor
|
The latest updates on your projects. Learn more about Vercel for GitHub. 2 Skipped Deployments
|
rayharnett
approved these changes
May 8, 2026
Contributor
rayharnett
left a comment
There was a problem hiding this comment.
Simple API implementation to assist with queue monitoring, no issues or improvements identified.
Codecov Report✅ All modified and coverable lines are covered by tests. ❌ Your project check has failed because the head coverage (84.83%) is below the target coverage (85.00%). You can increase the head coverage or adjust the target coverage. Additional details and impacted files@@ Coverage Diff @@
## release-2.84 #8144 +/- ##
================================================
- Coverage 84.83% 84.83% -0.01%
================================================
Files 633 633
Lines 41736 41745 +9
Branches 4880 4881 +1
================================================
+ Hits 35406 35413 +7
- Misses 5222 5223 +1
- Partials 1108 1109 +1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This adds a separate health endpoint that only returns queue sizes to avoid querying workers just to see the queue depths and avoid un-needed Celery control traffic