ember-fastboot / ember-fastboot/fastboot-app-server
Worker should only spawn again if cluster was initialized.
Open
- Dominant language
- No language data
- Stars
- 140
- Forks
- 70
- PR merge metrics
- No merged PRs in 30d
Description
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.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.