Skip to content

Commit beae62e

Browse files
authored
Fix idle_time_after_jobs default value (#426)
This should have been 5 minutes, not 30 minutes.
1 parent 4db9cc0 commit beae62e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/cyclecloud/cluster-references/configuration-reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ CycleCloud `cluster` namespace contains configurations for distributed services
7676

7777
| Attribute | Type | Description |
7878
| --------- | ---- | ----------- |
79-
| autoscale.idle_time_after_jobs | Integer | Nodes are terminated if they are idle for specified time (in seconds) after they have run jobs. Default: `1800` |
79+
| autoscale.idle_time_after_jobs | Integer | Nodes are terminated if they are idle for specified time (in seconds) after they have run jobs. Default: `300` |
8080
| autoscale.idle_time_before_jobs | Integer | Nodes are terminated if they are idle for specified time (in seconds) before they have run jobs. Default: `1800` |
8181
| autoscale.stop_interval | Integer | Time delay between runs of auto-stop checks (in seconds). Default: `60`. |
8282
| autoscale.use_node_groups | Boolean | Enable grouped nodes - equivalent to placement groups. Effects only *PBSPro* and *Grid Engine* clusters. Default: `true` |

0 commit comments

Comments
 (0)