Skip to content

Commit

Permalink
Merge pull request #2425 from airqo-platform/web-app-eng
Browse files Browse the repository at this point in the history
Increase Production appengine instances to 2
  • Loading branch information
Baalmart authored Jan 28, 2025
2 parents b4519ba + d39cac0 commit ae7c3bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-frontends-to-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ jobs:
echo " - .env.yaml" >> app.yaml
echo "automatic_scaling:" >> app.yaml
echo " cool_down_period_sec: 80" >> app.yaml
echo " min_num_instances: 1" >> app.yaml
echo " min_num_instances: 2" >> app.yaml
echo " max_num_instances: 10" >> app.yaml
echo " cpu_utilization:" >> app.yaml
echo " target_utilization: 0.8" >> app.yaml
Expand Down

0 comments on commit ae7c3bc

Please sign in to comment.