-
Notifications
You must be signed in to change notification settings - Fork 84
Revert "Add HTTP health check to celery workers (#7067)" #7077
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Appears to be causing an issue with test cleanup in some cases, leading to random late failures. This reverts commit 6310fab.
|
The latest updates on your projects. Learn more about Vercel for GitHub. 2 Skipped Deployments
|
Greptile OverviewGreptile SummaryThis PR cleanly reverts the HTTP health check feature that was added in PR #7067, which was causing test cleanup issues and random late failures. The revert removes the vendored Changes reverted:
The revert is complete and thorough - all references to the HTTP health check feature have been removed, and the codebase returns to its previous stable state. Confidence Score: 5/5
Important Files ChangedFile Analysis
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
6 files reviewed, no comments
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #7077 +/- ##
==========================================
+ Coverage 87.25% 87.28% +0.03%
==========================================
Files 532 530 -2
Lines 34897 34858 -39
Branches 4037 4036 -1
==========================================
- Hits 30448 30426 -22
+ Misses 3567 3550 -17
Partials 882 882 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Appears to be causing an issue with test cleanup in some cases, leading to random late failures.
Will re-add once I figure out why it's happening / mitigate the issue.