feat: add less busy worker choice strategy
[poolifier.git] / src / pools / selection-strategies / selection-strategies-types.ts
index 23efd2993d64eefd07087032e8ae39be5c2f0ccd..9ae6676550be28564a12eae35f6e64ce15db640d 100644 (file)
@@ -12,6 +12,10 @@ export const WorkerChoiceStrategies = Object.freeze({
    * Less used worker selection strategy.
    */
   LESS_USED: 'LESS_USED',
+  /**
+   * Less busy worker selection strategy.
+   */
+  LESS_BUSY: 'LESS_BUSY',
   /**
    * Fair share worker selection strategy.
    */