Skip to content

Commit

Permalink
fix: increase cloud run timeout
Browse files Browse the repository at this point in the history
"The request has been terminated because it has reached the maximum request timeout."
  • Loading branch information
stdavis authored and steveoh committed Sep 9, 2024
1 parent 165f250 commit b8fadde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/deploy/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ runs:
--max-instances=10
--cpu=1000m
--memory=512Mi
--timeout=5m
--timeout=10m
- name: 🕰️ Create Cloud Scheduler
shell: bash
Expand Down

0 comments on commit b8fadde

Please sign in to comment.