feat: restart worker in case of uncaught error
[poolifier.git] / CHANGELOG.md
index 94ddcdf97388917855a63ed3cac2a60bf4fe99ab..2321059654a113312f655e769b76b7c6836b3ab2 100644 (file)
@@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ### Added
 
-- Allow to disable tasks timeout check in worker.
+- Add pool option `restartWorkerOnError` to restart worker on uncaught error. Default to `true`.
 
 ## [2.5.0] - 2023-05-31