Skip to content

Commit

Permalink
chore: extend default deadline
Browse files Browse the repository at this point in the history
scheduler was sending new items if the task didn't finish in the default 3 minutes
  • Loading branch information
steveoh committed Apr 29, 2024
1 parent ce1f4cb commit d491fe4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/actions/deploy/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit d491fe4

Please sign in to comment.