Update shutdown to 1 day (86400 seconds)
Browse files- chute_config.yml +1 -1
chute_config.yml
CHANGED
|
@@ -14,7 +14,7 @@ NodeSelector:
|
|
| 14 |
- pro_6000
|
| 15 |
|
| 16 |
Chute:
|
| 17 |
-
shutdown_after_seconds:
|
| 18 |
concurrency: 8
|
| 19 |
max_instances: 10
|
| 20 |
scaling_threshold: 0.5
|
|
|
|
| 14 |
- pro_6000
|
| 15 |
|
| 16 |
Chute:
|
| 17 |
+
shutdown_after_seconds: 86400
|
| 18 |
concurrency: 8
|
| 19 |
max_instances: 10
|
| 20 |
scaling_threshold: 0.5
|