Skip to content
Snippets Groups Projects
Commit 9f9d74e7 authored by Nicolas Dandrimont's avatar Nicolas Dandrimont
Browse files

production: Tweak autoscaling of vault cookers

As the intrinsic parallelism has increased, decrease the extrinsic
parallelism. ackLate allows us to disable "stopWhenNoActivity", and to
let autoscaling do its work.
parent 4e346585
No related branches found
No related tags found
No related merge requests found
......@@ -1639,9 +1639,8 @@ cookers:
queues:
- swh.vault.cooking_tasks.SWHCookingTask
autoScaling:
stopWhenNoActivity: false
minReplicaCount: 20
maxReplicaCount: 20
minReplicaCount: 1
maxReplicaCount: 8
# According to current data, only the previous cooking task are running, hence the
# lower number of pods
batch:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment