Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 14d1235

Browse files
heiskrCopilot
andauthored
Bump moda production deploy timeout (#60930)
Co-authored-by: Copilot <[email protected]>
1 parent c8f647f commit 14d1235

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

config/moda/deployment.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
environments:
44
- name: production
55
require_pipeline: true
6+
# Bumped from default 10m because pod scheduling occasionally pushes
7+
# rollouts past the timeout even though the deploy itself succeeds.
8+
timeout: 1200
69
cluster_selector:
710
profile: general
811
region: iad
@@ -201,13 +204,13 @@ pipelines:
201204
production_rollout:
202205
thread_notifications: true
203206
notify_users_via_dm: false
204-
timeout: 1200
207+
timeout: 1800
205208
stages:
206209
- name: full_production
207210
kind: deployment
208211
config:
209212
environment: production
210-
timeout: 1200
213+
timeout: 1800
211214

212215
notifications:
213216
slack_channels:

0 commit comments

Comments
 (0)