Skip to content

Instantly share code, notes, and snippets.

@edgeboyo
Created March 4, 2020 05:22
Show Gist options
  • Save edgeboyo/80a29c897a1732e1471f5cceee8c70a8 to your computer and use it in GitHub Desktop.
Save edgeboyo/80a29c897a1732e1471f5cceee8c70a8 to your computer and use it in GitHub Desktop.
App Engine setup for an Always-On app
# [START gae_quickstart_yaml]
runtime: nodejs10
env: standard
instance_class: F1
automatic_scaling:
min_idle_instances: 1
max_idle_instances: 1
min_instances: 1
max_instances: 1
inbound_services:
- warmup
# [END gae_quickstart_yaml]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment