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

docs: add a note that healthcheck --start-interval requires docker 25.0 #4382

Merged
merged 1 commit into from
Nov 7, 2023

Conversation

jsternberg
Copy link
Collaborator

Closes #4355.

@jedevc jedevc requested a review from dvdksn October 27, 2023 08:47
@@ -2316,6 +2316,7 @@ However, if a health check succeeds during the start period, the container is co
started and all consecutive failures will be counted towards the maximum number of retries.

**start interval** is the time between health checks during the start period.
This option will be first implemented in Docker 25.0.
Copy link
Collaborator

@dvdksn dvdksn Oct 27, 2023

Choose a reason for hiding this comment

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

Suggested change
This option will be first implemented in Docker 25.0.
This option requires Docker Engine version 25.0 or later.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Done.

gwuah added a commit to superfly/flyctl that referenced this pull request Nov 5, 2023
Signed-off-by: Jonathan A. Sternberg <jonathan.sternberg@docker.com>
@jsternberg jsternberg force-pushed the healthcheck-start-interval-note branch from c206f7d to d064704 Compare November 6, 2023 15:10
@tonistiigi tonistiigi merged commit 25e9aa8 into moby:master Nov 7, 2023
9 checks passed
@jsternberg jsternberg deleted the healthcheck-start-interval-note branch November 13, 2023 15:59
gwuah added a commit to superfly/flyctl that referenced this pull request Nov 20, 2023
gwuah added a commit to superfly/flyctl that referenced this pull request Dec 8, 2023
gwuah added a commit to superfly/flyctl that referenced this pull request Dec 11, 2023
* init tracing in flyctl deploy path

* downgrade buildkit moby/buildkit#4382

* instrument image resolving

* export traces into jaegar for testing

* authenticate all spans we send to honeycomb

* better way to auth, i think

* use dev & prod collectors accordingly

* instrument all flaps calls

* instrument all web calls

* lowercase values and keys, remove tracing dependency

* rip out duplicated tracing in flaps

* attach user id to spana

* linter wahala

* use ctx to set request type

* use snake case, address code review comments

* pass original context

* fix merge conflicts

* attach trace context to http requests
benwaffle pushed a commit to benwaffle/fly-go that referenced this pull request Apr 2, 2024
* init tracing in flyctl deploy path

* downgrade buildkit moby/buildkit#4382

* instrument image resolving

* export traces into jaegar for testing

* authenticate all spans we send to honeycomb

* better way to auth, i think

* use dev & prod collectors accordingly

* instrument all flaps calls

* instrument all web calls

* lowercase values and keys, remove tracing dependency

* rip out duplicated tracing in flaps

* attach user id to spana

* linter wahala

* use ctx to set request type

* use snake case, address code review comments

* pass original context

* fix merge conflicts

* attach trace context to http requests
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.

--start-interval does not do anything
4 participants