wilk / microjob

A tiny wrapper for turning Node.js worker threads into easy-to-use routines for heavy CPU loads.
https://wilk.github.io/microjob/
MIT License
2.02k stars 47 forks source link

Worker pool self healing #16

Closed wilk closed 5 years ago

wilk commented 6 years ago

Currently, when a worker dies or when the user stops the worker pool, the system does nothing to restore the situation. Here the feature would be having a self healing worker pool that spawns again dead workers and exports a "restart" or "setup" method to actually restart the pool.

wilk commented 5 years ago

Implemented in v0.4.0 🎉