feat: add option to enable worker tasks queue
[poolifier.git] / README.md
index 49f24ef5e11c6e201568c99f7386716a2933b053..13c8c7fe1f43f4da61a24e5b522d00599c245280 100644 (file)
--- a/README.md
+++ b/README.md
@@ -175,6 +175,7 @@ Node versions >= 16.x are supported.
   Default: `WorkerChoiceStrategies.ROUND_ROBIN`
 
 - `enableEvents` (optional) - Events emission enablement in this pool. Default: true
+- `enableTasksQueue` (optional, experimental) - Tasks queue per worker enablement in this pool. Default: false
 
 ### `pool = new DynamicThreadPool/DynamicClusterPool(min, max, filePath, opts)`