Skip to content
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

Healthcheck timeout #209

Merged
merged 5 commits into from
Apr 17, 2024
Merged

Healthcheck timeout #209

merged 5 commits into from
Apr 17, 2024

Conversation

dcermak
Copy link
Owner

@dcermak dcermak commented Apr 17, 2024

No description provided.

dcermak added 5 commits April 17, 2024 11:50
Currently a container that has failed to launch completely and is dead will
still be checked for the whole timeout period whether it is healthy. This is
pointless, as it will not be restarted by itself. Hence we fail early now.

This fixes #207
The timeouts were formatted in a hardly readable way, now seconds are printed
out instead
@dcermak dcermak force-pushed the healthcheck-timeout branch from 4b37566 to 775598d Compare April 17, 2024 09:51
Copy link

codecov bot commented Apr 17, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 94.93%. Comparing base (05bc436) to head (775598d).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #209      +/-   ##
==========================================
+ Coverage   94.91%   94.93%   +0.01%     
==========================================
  Files           9        9              
  Lines        1102     1105       +3     
  Branches      228      229       +1     
==========================================
+ Hits         1046     1049       +3     
  Misses         42       42              
  Partials       14       14              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@dcermak dcermak enabled auto-merge April 17, 2024 11:20
@dcermak dcermak merged commit 749c459 into main Apr 17, 2024
39 checks passed
@dcermak dcermak deleted the healthcheck-timeout branch April 17, 2024 11:22
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.

1 participant