-
Notifications
You must be signed in to change notification settings - Fork 4
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
Add Celery health check endpoint #1536
base: develop
Are you sure you want to change the base?
Conversation
Let's explore this https://github.com/revsys/django-health-check |
818b925
to
6d99474
Compare
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.
Minor change
37b8606
to
f9f8ccf
Compare
f9f8ccf
to
c4605f7
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #1536 +/- ##
===========================================
+ Coverage 79.63% 79.74% +0.11%
===========================================
Files 464 464
Lines 30076 30136 +60
Branches 3379 3384 +5
===========================================
+ Hits 23952 24033 +81
+ Misses 6124 6103 -21
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚨 Try these New Features:
|
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.
LGTM!
Addresses
Feature:
HealthCheckView
) that allows clients to verify the status of the Celery worker.This PR doesn't introduce any:
print
This PR contains valid: