Skip to content

Raise TimeoutError in wait_until_healthy() on timeout - #124

Open
szachovy wants to merge 1 commit into
masterfrom
fix/52-raise-timeout-error
Open

Raise TimeoutError in wait_until_healthy() on timeout#124
szachovy wants to merge 1 commit into
masterfrom
fix/52-raise-timeout-error

Conversation

@szachovy

@szachovy szachovy commented Apr 8, 2026

Copy link
Copy Markdown
Owner

Replace silent string return with TimeoutError that includes container name, elapsed time, and logs. Deployment now fails fast with a clear root cause instead of cascading silently into downstream failures.

Closes #52

Replace silent string return with TimeoutError that includes container
name, elapsed time, and logs. Deployment now fails fast with a clear
root cause instead of cascading silently into downstream failures.

Closes #52

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
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.

EO-1: wait_until_healthy() should raise on timeout, not return a string

1 participant