Skip to content

Commit

Permalink
Longer lexbox-deployment time for local-dev
Browse files Browse the repository at this point in the history
The lexbox deployment is always the last one to finish, and if anything
has gone slightly wrong with other deployments (such as low RAM causing
other deployments to happen one at a time instead of all at once), it's
easy for it to go past the 80-second timeout we set, and for `task up`
to fail. So on local-dev, we want a 5-minute timeout for the lexbox
deployment, which should be plenty long enough for everything to settle.
  • Loading branch information
rmunn committed Jul 23, 2024
1 parent 1539fbb commit 1d727d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deployment/local-dev/lexbox-deployment.patch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ metadata:
labels:
app: lexbox
spec:
progressDeadlineSeconds: 300
template:
spec:
containers:
Expand Down

0 comments on commit 1d727d0

Please sign in to comment.