X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=README.md;h=f0f8fc0466d4fe6ee04a672cd16c1f0f16bcc231;hb=b3432a63039e7cb70c0448da5518690e457cd47e;hp=f2ed11524a5a14ebfeb26e50e6c8672f913dae22;hpb=5519f8f39ad88a04da95fb6225e61dbdfbab002f;p=poolifier.git diff --git a/README.md b/README.md index f2ed1152..f0f8fc04 100644 --- a/README.md +++ b/README.md @@ -11,8 +11,8 @@

Weekly Downloads - - Actions Status + + Actions Status Quality Gate Status @@ -21,8 +21,8 @@ Javascript Standard Style Guide Gitter chat - - Dependabot + + Dependabot PR Welcome @@ -65,7 +65,7 @@ Please consult our general guidelines · Usage · - Node versions + Node versions · API · @@ -146,7 +146,7 @@ Remember that workers can only send and receive serializable data. ## Node versions -You can use node versions 12.x, 13.x, 14.x, 16.x +You can use node versions >= 12.x for thread pool, and node versions >= 16.x for cluster pool. ## API @@ -194,7 +194,7 @@ This method will call the terminate method on each worker. The last active time of your worker unit will be updated when a task is submitted to a worker or when a worker terminate a task. If `killBehavior` is set to `KillBehaviors.HARD` this value represents also the timeout for the tasks that you submit to the pool, when this timeout expires your tasks is interrupted and the worker is killed if is not part of the minimum size of the pool. If `killBehavior` is set to `KillBehaviors.SOFT` your tasks have no timeout and your workers will not be terminated until your task is completed. - Default: 60.000 ms + Default: 60000 ms - `async` - true/false, true if your function contains async pieces else false - `killBehavior` - Dictates if your async unit (worker/process) will be deleted in case that a task is active on it. @@ -244,13 +244,11 @@ But in general, **always profile your application** ## Contribute See guidelines [CONTRIBUTING](CONTRIBUTING.md) -Choose your task here [2.0.0](https://github.com/pioardi/poolifier/projects/1), propose an idea, a fix, an improvement. +Choose your task here [2.3.0](https://github.com/orgs/poolifier/projects/1), propose an idea, a fix, an improvement. ## Team - - **Creator/Owner:**