From d491fe45f93d1aeb01b48705ae2de3d880f0e1bd Mon Sep 17 00:00:00 2001 From: steveoh Date: Mon, 29 Apr 2024 11:54:35 -0600 Subject: [PATCH] chore: extend default deadline scheduler was sending new items if the task didn't finish in the default 3 minutes --- .github/actions/deploy/action.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/actions/deploy/action.yml b/.github/actions/deploy/action.yml index d3ae633..e646da6 100644 --- a/.github/actions/deploy/action.yml +++ b/.github/actions/deploy/action.yml @@ -120,6 +120,7 @@ runs: --max-retry-attempts=3 \ --min-backoff=1m \ --max-backoff=10m \ + --attempt-deadline=300s \ --oidc-service-account-email=cloud-scheduler@${{ inputs.project_id }}.iam.gserviceaccount.com \ --quiet else @@ -132,6 +133,7 @@ runs: --max-retry-attempts=3 \ --min-backoff=1m \ --max-backoff=10m \ + --attempt-deadline=300s \ --oidc-service-account-email=cloud-scheduler@${{ inputs.project_id }}.iam.gserviceaccount.com \ --quiet fi