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

feat: implement healthcheck start_interval #3226

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

Khushiyant
Copy link
Contributor

@Khushiyant Khushiyant commented Feb 8, 2024

Closes #3157

Added support for StartInterval as POST /containers/create now accepts a HealthConfig.StartInterval to set the
interval for health checks during the start period. This extends the interval that health checks can use during the initial phase. Usually, you want to verify that a container is ready sooner rather than later than when it is just getting started.

It was introduced as part of v1.44 API changes

Refer moby/moby#40894.

Signed-off-by: Khushiyant <khushiyant2002@gmail.com>
Signed-off-by: Khushiyant <khushiyant2002@gmail.com>
@Khushiyant Khushiyant changed the title feat: implement healthcheck start_interval #3157 feat: implement healthcheck start_interval (#3157) Feb 8, 2024
@Khushiyant Khushiyant changed the title feat: implement healthcheck start_interval (#3157) feat: implement healthcheck start_interval Feb 8, 2024
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.

Implement healthcheck start interval
1 participant