Created
May 27, 2021 04:43
-
-
Save mr-pascal/9cd9e19ad8740bcb6cb6cccfcfa53810 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| runtime: nodejs14 | |
| service: my-app | |
| instance_class: F2 | |
| automatic_scaling: | |
| # Default 0 | 0 to 1000 | |
| min_instances: 0 | |
| # Default 0 | 0 to 2147483647 | |
| max_instances: 100 | |
| # Default: automatic | 1 to 1000 | |
| max_idle_instances: automatic | |
| # Default automatic | 0 to 1000 | |
| min_idle_instances: 0 | |
| # Default: 0.6 | 0.5 to 0.95 | |
| target_cpu_utilization: 0.6 | |
| # Default: 0.6 | 0.5 to 0.95 | |
| target_throughput_utilization: 0.6 | |
| # Default 10, max 80 | |
| max_concurrent_requests: 10 | |
| # Default automatic | Range: [0.01, 15.0]. | Match expression: '^(?:^(\d+((\.\d{1,3})?s|ms)|automatic)$)$' | |
| max_pending_latency: 1s | |
| # Default automatic | Range: [0.01, 15.0]. | Match expression: '^(?:^(\d+((\.\d{1,3})?s|ms)|automatic)$)$' | |
| min_pending_latency: automatic |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment