fastboot-app-server icon indicating copy to clipboard operation
fastboot-app-server copied to clipboard

Worker should only spawn again if cluster was initialized.

Open snewcomer opened this issue 6 years ago • 0 comments

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 avatar Jul 21 '19 17:07 snewcomer