Skip to content

fix: fail startup when a background process exits#23

Open
savely-krasovsky wants to merge 2 commits into
atterpac:mainfrom
savely-krasovsky:fix/background-startup-exit
Open

fix: fail startup when a background process exits#23
savely-krasovsky wants to merge 2 commits into
atterpac:mainfrom
savely-krasovsky:fix/background-startup-exit

Conversation

@savely-krasovsky

Copy link
Copy Markdown

Abort startup if a background process exits while an initial once or blocking step is running.

This prevents readiness checks from waiting for their full timeout when the process they are waiting for has already failed. The active blocking process is terminated, the error is returned from Start, and the primary process is not launched.

Background exits after startup do not stop the running primary process.

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