Set default minimum count in scaling policy to 0
Previously the minimum was not set, thus defaulting to the value of count. This did not allow creating execution environments with a prewarmingPoolSize of 0 as the task group count must not be less than the minimum coun in the scaling policy.
This commit is contained in:

committed by
Tobias Kantusch

parent
630a006258
commit
3d7b7e1761
@ -13,6 +13,7 @@ job "default-poseidon-job" {
|
||||
count = 1
|
||||
scaling {
|
||||
enabled = true
|
||||
min = 0
|
||||
max = 300
|
||||
}
|
||||
spread {
|
||||
|
Reference in New Issue
Block a user