Skip to content

Commit

Permalink
1000
Browse files Browse the repository at this point in the history
  • Loading branch information
greg-finley committed Nov 24, 2023
1 parent b12ddc4 commit 40b3a7b
Show file tree
Hide file tree
Showing 3 changed files with 3 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: 3000
max_instances: 1000
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: 3000
max_instances: 1000
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: 3000
max_instances: 1000

0 comments on commit 40b3a7b

Please sign in to comment.