You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 12, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: docs/32-autoscale.md
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,7 @@ This package pre-defines a few autoscale options (or *autoscale formulas*) that
6
6
7
7
The options are:
8
8
- "QUEUE"
9
+
- "QUEUE_AND_RUNNING"
9
10
- "WORKDAY"
10
11
- "WEEKEND"
11
12
- "MAX_CPU"
@@ -36,11 +37,12 @@ By default, doAzureParallel uses autoscale and uses the QUEUE autoscale formula.
36
37
37
38
## Autoscale Formulas:
38
39
39
-
For four autoscale settings are can be selected for different scenarios:
40
+
For five autoscale settings are can be selected for different scenarios:
40
41
41
42
| Autoscale Formula | Description |
42
43
| ----------------- |:----------- |
43
44
| QUEUE | This formula will scale up and down the pool size based on the amount of work in the queue |
45
+
| QUEUE_AND_RUNNING | This formula will scale up and down the pool size based on the amount of running tasks and active tasks in the queue |
44
46
| WORKDAY | This formula will adjust your pool size based on the day/time of the week. If it's a weekday, during working hours (8am - 6pm), the pool size will increase to maximum size (maxNodes). Otherwise it will default to the minimum size (minNodes). |
45
47
| WEEKEND | This formula will adjust your pool size based on the day/time of the week. At the beginning of the weekend (Saturday), the pool size will increase to maximum size (maxNodes). At the end of Sunday, the pool will shrink down to the minimum size (minNodes). |
46
48
| MAX_CPU | This formula will adjust your pool size based on the minimum average CPU usage during the last 10 minutes - if the minimum average CPU usage was above 70%, the cluster size will increase 1.1X times. |
0 commit comments