Skip to content
Snippets Groups Projects
Verified Commit de774880 authored by Antoine R. Dumont's avatar Antoine R. Dumont
Browse files

production/nixguix: Let loader pods run

It's been sent a warm up shutdown while running. Those tasks are long running. This
seems to prevent the task from finishing properly. Which then cascades to no longer been
scheduled later on (since it could not sent the final status once it's done).

Refs. swh/infra/sysadm-environment#5213
parent b21bba2e
No related branches found
No related tags found
No related merge requests found
......@@ -656,7 +656,9 @@ loaders:
- rpm
- diff
autoScaling:
stopWhenNoActivity: false
maxReplicaCount: 2
minReplicaCount: 2
npm:
requestedMemory: 256Mi
requestedCpu: 200m
......
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