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

Update Sail script to only exit if Main Exits #102

Closed
wants to merge 1 commit into from

Conversation

mellester
Copy link
Contributor

Use case

Some containers are meant to exits early.
For example Every time on start up have a e2e container run tests on the new version.
And store the result for latter review.
However when you do ' sail logs ' to check what the output result of that container was.
sail notices you have a "exited container" and shutdowns everything.
This PR address this problem by only exiting the old process if the main services goes done.

@driesvints
Copy link
Member

Please send this to 1.x

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