| # Copyright 2019 The Chromium Authors |
| # Use of this source code is governed by a BSD-style license that can be |
| # found in the LICENSE file. |
| entrypoint: gunicorn -b :$PORT --timeout 60 --workers 2 --threads 1 main:app |
| default_expiration: "10d" |
| min_pending_latency: 15000ms |
| max_pending_latency: 15000ms |
| max_concurrent_requests: 80 |
| # https://cloud.google.com/appengine/docs/standard/python3/services/access#compatibility |
| MEMCACHE_USE_CROSS_COMPATIBLE_PROTOCOL: "True" |
| NDB_USE_CROSS_COMPATIBLE_PICKLE_PROTOCOL: "True" |
| static_files: static/robots.txt |
| upload: static/robots.txt |
| - url: /database-maintenance |
| static_files: static/database-maintenance.html |
| upload: static/database-maintenance.html |
| mime_type: application/javascript |
| Access-Control-Allow-Origin: '*' |
| mime_type: application/javascript |
| Access-Control-Allow-Origin: '*' |
| # From latency-insensitive service |