Skip to content

Commit

Permalink
Merge pull request #81 from gonzalezzfelipe/chore/update-autoscaler-v…
Browse files Browse the repository at this point in the history
…alues

chore: Update autoscaler values
  • Loading branch information
scarmuega authored Nov 26, 2024
2 parents ea1cff1 + 337289b commit 3854615
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,19 +135,19 @@ jobs:
include:
- region: us-east-1
region_prefix: a
autoscaler_high_watermark: 5
autoscaler_low_watermark: 1
autoscaler_max_batch: 2
autoscaler_high_watermark: 100
autoscaler_low_watermark: 20
autoscaler_max_batch: 10
- region: eu-central-1
region_prefix: b
autoscaler_high_watermark: 5
autoscaler_low_watermark: 1
autoscaler_max_batch: 2
autoscaler_high_watermark: 100
autoscaler_low_watermark: 20
autoscaler_max_batch: 10
- region: us-west-2
region_prefix: c
autoscaler_high_watermark: 5
autoscaler_low_watermark: 1
autoscaler_max_batch: 2
autoscaler_high_watermark: 100
autoscaler_low_watermark: 20
autoscaler_max_batch: 10

env:
# Secrets
Expand Down

0 comments on commit 3854615

Please sign in to comment.