Skip to content

Add new queue size health check endpoint to avoid querying workers#8144

Merged
johnewart merged 1 commit intorelease-2.84from
johnewart/2.84/queue-size-health-check
May 8, 2026
Merged

Add new queue size health check endpoint to avoid querying workers#8144
johnewart merged 1 commit intorelease-2.84from
johnewart/2.84/queue-size-health-check

Conversation

@johnewart
Copy link
Copy Markdown
Collaborator

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

@johnewart johnewart requested a review from rayharnett May 8, 2026 16:43
@johnewart johnewart requested a review from a team as a code owner May 8, 2026 16:43
@johnewart johnewart requested review from JadeCara and removed request for a team May 8, 2026 16:43
@vercel
Copy link
Copy Markdown
Contributor

vercel Bot commented May 8, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

2 Skipped Deployments
Project Deployment Actions Updated (UTC)
fides-plus-nightly Ignored Ignored May 8, 2026 4:43pm
fides-privacy-center Ignored Ignored May 8, 2026 4:43pm

Request Review

Copy link
Copy Markdown
Contributor

@rayharnett rayharnett left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Simple API implementation to assist with queue monitoring, no issues or improvements identified.

@codecov
Copy link
Copy Markdown

codecov Bot commented May 8, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 84.83%. Comparing base (8c07ef4) to head (950269e).

❌ 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.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@johnewart johnewart merged commit 95b22cd into release-2.84 May 8, 2026
64 of 65 checks passed
@johnewart johnewart deleted the johnewart/2.84/queue-size-health-check branch May 8, 2026 16:55
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