Skip to content

Commit

Permalink
increase timeouts for jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
vgantchev committed Aug 13, 2023
1 parent 05207a0 commit a8f9879
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gcp/jobs/cache_coingecko_tickers_job.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec:
template:
spec:
maxRetries: "0"
timeoutSeconds: "60"
timeoutSeconds: "300"
containers:
- image: europe-west3-docker.pkg.dev/rich-principle-383410/hydradx-api/hydradx-api-jobs:latest
env:
Expand Down
2 changes: 1 addition & 1 deletion .gcp/jobs/cache_hydradx-ui_stats_tvl_job.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec:
template:
spec:
maxRetries: "0"
timeoutSeconds: "60"
timeoutSeconds: "300"
containers:
- image: europe-west3-docker.pkg.dev/rich-principle-383410/hydradx-api/hydradx-api-jobs:latest
env:
Expand Down

0 comments on commit a8f9879

Please sign in to comment.