Limit keyfunder pods execution (#3100)

### Description

Right now, the key funder process can stall, causing us to stall
forever. This PR adds a limit to the job spec
pull/3110/head
Nam Chu Hoai 11 months ago committed by GitHub
parent 0e60c225ff
commit 4ce89df7ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      typescript/infra/helm/key-funder/templates/cron-job.yaml

@ -10,6 +10,7 @@ spec:
jobTemplate: jobTemplate:
spec: spec:
backoffLimit: 0 backoffLimit: 0
activeDeadlineSeconds: 14400 # 60 * 60 * 4 seconds = 4 hours
template: template:
spec: spec:
restartPolicy: Never restartPolicy: Never

Loading…
Cancel
Save