application: findit-for-me-staging | |
service: code-coverage-auxiliary-coverage-worker | |
version: 1 | |
runtime: python39 | |
app_engine_apis: true | |
entrypoint: gunicorn -t 0 -b :$PORT -w 8 auxiliary_main:auxiliary_application | |
instance_class: B8 # 1GB memory, 4.8GHz CPU. | |
manual_scaling: | |
instances: 8 | |