Skip to content

Commit

Permalink
Increase Prod appengine instances to 2
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjaminSsempala committed Jan 28, 2025
1 parent e676444 commit d39cac0
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 d39cac0

Please sign in to comment.