From b8fadde25be950b094000c240e0db69b0aebaa05 Mon Sep 17 00:00:00 2001 From: Scott Davis Date: Mon, 9 Sep 2024 09:16:47 -0600 Subject: [PATCH] fix: increase cloud run timeout "The request has been terminated because it has reached the maximum request timeout." --- .github/actions/deploy/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/deploy/action.yml b/.github/actions/deploy/action.yml index e0b42be..3cb4299 100644 --- a/.github/actions/deploy/action.yml +++ b/.github/actions/deploy/action.yml @@ -105,7 +105,7 @@ runs: --max-instances=10 --cpu=1000m --memory=512Mi - --timeout=5m + --timeout=10m - name: 🕰️ Create Cloud Scheduler shell: bash