Commit 0624391
fix: allow changes to "runner_worker.max_jobs" for Docker Autoscaler (#1221)
## Description
Remove `min_size` and `max_size` from `ignore_changes` from the ASG for
Docker Autoscaler. The reasoning described in the comment was poor;
min_size is fixed at zero, so won't change, and max_size should change
when runner_worker.max_jobs is changed, and will not cause immediate
scale-up. If it causes scale-down, this the logical desired behaviour.
---------
Co-authored-by: Matthias Kay <[email protected]>1 parent fc0a693 commit 0624391
1 file changed
+2
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
143 | 143 | | |
144 | 144 | | |
145 | 145 | | |
146 | | - | |
| 146 | + | |
147 | 147 | | |
148 | | - | |
149 | | - | |
150 | | - | |
| 148 | + | |
151 | 149 | | |
152 | 150 | | |
153 | 151 | | |
| |||
0 commit comments