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

Worker should only spawn again if cluster was initialized. #112

Open
snewcomer opened this issue Jul 21, 2019 · 0 comments · May be fixed by #111
Open

Worker should only spawn again if cluster was initialized. #112

snewcomer opened this issue Jul 21, 2019 · 0 comments · May be fixed by #111

Comments

@snewcomer
Copy link

Regarding spawning new workers, the README says:

The app server will automatically spawn a new worker if one dies while handling a request.

This should only happen if the app was properly initialized and the workers were all forked successfully at some point in the past as it could enter a recursive loop. Moreover, the process should exit if it fails on first try.

@snewcomer snewcomer linked a pull request Jul 21, 2019 that will close this issue
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 a pull request may close this issue.

1 participant