Skip to content

fix: fail startup when a background process exits - #23

Merged
atterpac merged 2 commits into
atterpac:mainfrom
savely-krasovsky:fix/background-startup-exit
Jul 26, 2026
Merged

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

Conversation

@savely-krasovsky

Copy link
Copy Markdown
Contributor

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.

@atterpac
atterpac merged commit b18a100 into atterpac:main Jul 26, 2026
3 of 4 checks passed
@savely-krasovsky
savely-krasovsky deleted the fix/background-startup-exit branch July 26, 2026 14:03
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.

2 participants