From d48487922202b32fc255ae1ee5887f85dc986f74 Mon Sep 17 00:00:00 2001 From: Andrew Pollock Date: Wed, 9 Aug 2023 12:50:18 +1000 Subject: [PATCH] Increase deadline for combine-to-osv (#1543) Including the NVD input seems to causing the job to run into the current 1h deadline and get terminated, double the deadline to get a sense of how long it is taking to complete and what optimisations might be necessary. Annoyingly this wasn't being very well surfaced in the logs, and additionally the concurrency policy seemed to be dueling with the deadline, causing further confusing log entries. --- deployment/clouddeploy/gke-workers/base/combine-to-osv.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployment/clouddeploy/gke-workers/base/combine-to-osv.yaml b/deployment/clouddeploy/gke-workers/base/combine-to-osv.yaml index 1b73133aa27..1bfa9d839fe 100644 --- a/deployment/clouddeploy/gke-workers/base/combine-to-osv.yaml +++ b/deployment/clouddeploy/gke-workers/base/combine-to-osv.yaml @@ -7,7 +7,7 @@ spec: concurrencyPolicy: Forbid jobTemplate: spec: - activeDeadlineSeconds: 3600 + activeDeadlineSeconds: 7200 template: spec: containers: