Restart failed workers
Open
enhancement
metarhia-s'22
- Dominant language
- JavaScript
- Stars
- 124
- Forks
- 13
- PR merge metrics
- No merged PRs in 30d
Description
Terminate worker on `uncaughtException` and `unhandledRejection` with code 1 and restart worker from master thread
Contributor guide
Research direction
Start by locating the worker lifecycle and the master-thread coordination in this Node.js project, then trace how uncaughtException and unhandledRejection are currently handled. Done means a worker terminates with exit code 1 for either failure and the master thread restarts it.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100