| module: highend | |
| runtime: python27 | |
| api_version: 1 | |
| threadsafe: true | |
| instance_class: B4 | |
| basic_scaling: | |
| max_instances: 2 | |
| idle_timeout: 10m | |
| handlers: | |
| - url: /.* | |
| script: highend.app | |
| libraries: | |
| - name: webapp2 | |
| version: latest | |
| skip_files: | |
| - ^(.*/)?#.*#$ | |
| - ^(.*/)?.*~$ | |
| - ^(.*/)?.*\.py[co]$ | |
| - ^(.*/)?\..*$ |