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

poll minion processes to check they are alive #1050

Merged
merged 2 commits into from
Jul 8, 2022

Conversation

hcoles
Copy link
Owner

@hcoles hcoles commented Jul 7, 2022

Root cause of #1047 seems to be processes that are unable to start due
to insufficient memory. This results in the main process hanging,
waiting for their signal.

At some point the checks that the minion processes are alive look to
have been removed. This change reintroduces them with a simple poll.

Henry Coles added 2 commits July 7, 2022 19:26
Root cause of #1047 seems to be processes that are unable to start due
to insufficient memory. This results in the main process hanging,
waiting for their signal.

At some point the checks that the minion processes are alive look to
have been removed. This change reintroduces them with a simple poll.
@hcoles hcoles merged commit 6e4592b into master Jul 8, 2022
@hcoles hcoles deleted the feature/handle_minion_start_failure branch July 15, 2022 10:51
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