Skip to content

fix: check celery worker's health #163

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

Merged
merged 3 commits into from
Jun 17, 2025
Merged

fix: check celery worker's health #163

merged 3 commits into from
Jun 17, 2025

Conversation

SKairinos
Copy link
Contributor

@SKairinos SKairinos commented Jun 16, 2025

This change is Reviewable

@SKairinos SKairinos linked an issue Jun 16, 2025 that may be closed by this pull request
Copy link
Contributor

@faucomte97 faucomte97 left a comment

Choose a reason for hiding this comment

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

Reviewed 4 of 4 files at r1, all commit messages.
Reviewable status: :shipit: complete! all files reviewed, all discussions resolved (waiting on @SKairinos)

Copy link

codecov bot commented Jun 17, 2025

Codecov Report

Attention: Patch coverage is 21.12676% with 56 lines in your changes missing coverage. Please review.

Project coverage is 68.52%. Comparing base (837c9a1) to head (7e16906).
Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
codeforlife/views/health_check.py 21.42% 55 Missing ⚠️
codeforlife/server.py 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #163      +/-   ##
==========================================
- Coverage   69.52%   68.52%   -1.01%     
==========================================
  Files         124      124              
  Lines        2904     2967      +63     
==========================================
+ Hits         2019     2033      +14     
- Misses        885      934      +49     

☔ 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.

@SKairinos SKairinos merged commit bd7d8f5 into main Jun 17, 2025
5 of 7 checks passed
@SKairinos SKairinos deleted the package_python_162 branch June 17, 2025 15:52
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.

make the health check endpoint monitor the health of celery workers
2 participants