Skip to content

Commit 936d9fa

Browse files
Extend deadline for the landings risk report generator task (#5130)
Increased the deadline for the landings-risk-report-generator task from 2 hours to 6 hours to allow more time if a run gets aborted and another one needs to be scheduled.
1 parent 91d967f commit 936d9fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infra/landings-pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ tasks:
55
in:
66
- ID: landings-risk-report-generator
77
created: { $fromNow: "" }
8-
deadline: { $fromNow: "2 hours" }
8+
deadline: { $fromNow: "6 hours" }
99
expires: { $fromNow: "2 weeks" }
1010
provisionerId: proj-bugbug
1111
workerType: compute-super-large

0 commit comments

Comments
 (0)