Skip to content

Commit

Permalink
Increase deadline for combine-to-osv (#1543)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
andrewpollock authored Aug 9, 2023
1 parent 35bf673 commit d484879
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ spec:
concurrencyPolicy: Forbid
jobTemplate:
spec:
activeDeadlineSeconds: 3600
activeDeadlineSeconds: 7200
template:
spec:
containers:
Expand Down

0 comments on commit d484879

Please sign in to comment.