-
Notifications
You must be signed in to change notification settings - Fork 32
✨Add docker healthcheck of Simcore Traefik container #7820
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 docker healthcheck of Simcore Traefik container #7820
Conversation
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.
Pull Request Overview
Adds a Docker healthcheck to the Simcore Traefik container to automatically detect hangs and trigger restarts.
- Introduces a
healthcheckblock with atraefik healthcheckcommand against thepingentrypoint - Sets intervals, timeouts, retries, and start-up timing for the check
Comments suppressed due to low confidence (1)
services/docker-compose.yml:1411
- The
start_intervalkey is not a valid Docker healthcheck option; Docker Compose supports onlyinterval,timeout,retries, andstart_period. Please remove or correct this entry.
start_interval: 1s
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #7820 +/- ##
==========================================
+ Coverage 86.74% 86.76% +0.02%
==========================================
Files 1850 1843 -7
Lines 71934 71744 -190
Branches 1218 1218
==========================================
- Hits 62398 62250 -148
+ Misses 9194 9152 -42
Partials 342 342
Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
|
@mergify queue |
✅ The pull request has been merged automaticallyThe pull request has been merged automatically at 873fe78 |
mrnicegyu11
left a comment
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.
thanks this looks sane
YuryHrytsuk
left a comment
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.
Thanks!
|



What do these changes do?
adds a docker healthcheck for simcore traefik container --> to ensure that the container is restarted in case it hangs.
Related issue/s
How to test
Dev-ops