Skip to content

Commit

Permalink
chore: increase number of Cloud Run max instances
Browse files Browse the repository at this point in the history
The max. has been increased from 4 to 8.

This addresses scenarios where load exceeds the capacity available
to serve it from Google Cloud Run.
  • Loading branch information
ngurenyaga committed Aug 19, 2021
1 parent 1406c08 commit d34e0ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ steps:
'--add-cloudsql-instances', '${_CLOUDSQL_INSTANCE_CONNECTION_NAME}',
'--set-env-vars', 'GOOGLE_CLOUD_PROJECT=$PROJECT_ID,SETTINGS_NAME=mle_django_settings,DJANGO_SETTINGS_MODULE=config.settings.production',
'--min-instances', '1',
'--max-instances', '4',
'--max-instances', '8',
'--memory', '512M',
'--cpu', '1',
'--set-secrets', '/tmp/secrets/.env=mle_django_settings:latest',
Expand Down

0 comments on commit d34e0ad

Please sign in to comment.