Skip to content

Commit

Permalink
max_instances
Browse files Browse the repository at this point in the history
  • Loading branch information
greg-finley committed Nov 24, 2023
1 parent 34048d9 commit b12ddc4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_process_file.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ jobs:
event_trigger_resource: "projects/greg-finley/topics/dropbox-backup"
event_trigger_service: "pubsub.googleapis.com"
min_instances: 0
max_instances: 100
max_instances: 3000
2 changes: 1 addition & 1 deletion .github/workflows/deploy_queue_files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ jobs:
event_trigger_resource: "projects/greg-finley/topics/dropbox-queue-files"
event_trigger_service: "pubsub.googleapis.com"
min_instances: 0
max_instances: 100
max_instances: 3000
2 changes: 1 addition & 1 deletion .github/workflows/deploy_webhook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ jobs:
memory_mb: 128
timeout: 60
min_instances: 0
max_instances: 100
max_instances: 3000
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
.vscode
file_list.txt
gha-creds-*
.mypy_cache/

0 comments on commit b12ddc4

Please sign in to comment.