Skip to content

Instantly share code, notes, and snippets.

@5un
Created September 30, 2016 15:55
Show Gist options
  • Save 5un/a8305da775bc1547e228f34854f8aff5 to your computer and use it in GitHub Desktop.
Save 5un/a8305da775bc1547e228f34854f8aff5 to your computer and use it in GitHub Desktop.
NodeJS GAE Issue Reproduction
runtime: nodejs
vm: true
skip_files:
- ^(.*/)?.*/node_modules/.*$
# [END app_yaml]
# application: myapp-1
service: hello
# module: service-nodejs
env_variables:
SERVICE_NAME: 'hello'
automatic_scaling:
min_num_instances: 1
max_num_instances: 1
cool_down_period_sec: 300
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment