Created
September 30, 2016 15:55
-
-
Save 5un/a8305da775bc1547e228f34854f8aff5 to your computer and use it in GitHub Desktop.
NodeJS GAE Issue Reproduction
This file contains 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: 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