Skip to content

[v3-3-test] Speed up breeze database startup by shortening the healthcheck interval - #73256

Draft
github-actions[bot] wants to merge 1 commit into
v3-3-testfrom
backport-386132e-v3-3-test
Draft

github-actions[bot] wants to merge 1 commit into
v3-3-testfrom
backport-386132e-v3-3-test

Conversation

@github-actions

Copy link
Copy Markdown
Contributor

Docker probes a container's healthcheck every start_interval during
start_period, and the default is 5 seconds. A fresh postgres container is
ready in 2 to 3 seconds, so the first probe was what every breeze start-airflow waited on.

Both minimum versions start_interval requires — Docker Engine 25 and
Compose 2.20.2 — are already the floors breeze enforces, so no user can end
up on a version that would silently ignore the key.
(cherry picked from commit 386132e)

Co-authored-by: Andrew Chang 69671930+Andrushika@users.noreply.github.com
Generated-by: Claude Code (Fable 5.1)

…check interval

Docker probes a container's healthcheck every `start_interval` during
`start_period`, and the default is 5 seconds. A fresh postgres container is
ready in 2 to 3 seconds, so the first probe was what every `breeze
start-airflow` waited on.

Both minimum versions `start_interval` requires — Docker Engine 25 and
Compose 2.20.2 — are already the floors breeze enforces, so no user can end
up on a version that would silently ignore the key.
(cherry picked from commit 386132e)

Co-authored-by: Andrew Chang <69671930+Andrushika@users.noreply.github.com>
Generated-by: Claude Code (Fable 5.1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant