github.com/weaveworks/common@v0.0.0-20230728070032-dd9e68f319d5/tools/scheduler/app.yaml (about) 1 application: positive-cocoa-90213 2 version: 1 3 runtime: python27 4 api_version: 1 5 threadsafe: true 6 7 handlers: 8 - url: .* 9 script: main.app 10 11 libraries: 12 - name: webapp2 13 version: latest 14 - name: ssl 15 version: latest