Skip to content

Commit

Permalink
fix(backup): add cloudrun configs for retries and timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
stdavis committed Oct 1, 2024
1 parent cc35c1d commit ebe4837
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/actions/deploy-cloudrun/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ runs:
with:
job: ${{ steps.globals.outputs.JOB_NAME }}
image: us-central1-docker.pkg.dev/${{ inputs.project_id }}/images/job:latest
timeout: 60m
timeout: 20m
secrets: |
/secrets/app/secrets.json=SECRETS:latest
secrets_update_strategy: overwrite
Expand All @@ -95,6 +95,8 @@ runs:
flags: |
--memory=512Mi
--service-account=cloud-run-sa@${{ inputs.project_id }}.iam.gserviceaccount.com
--max-retries=1
--task-timeout=60m
- name: 🕰️ Create Main Cloud Scheduler
shell: bash
Expand Down

0 comments on commit ebe4837

Please sign in to comment.