1 # Copyright 2015 The Chromium Authors. All rights reserved. 2 # Use of this source code is governed by a BSD-style license that can be 3 # found in the LICENSE file. 4 5 api_version: 1 6 module: cloud-worker 7 threadsafe: true 8 runtime: python27 9 vm: true 10 11 manual_scaling: 12 instances: 1 13 14 resources: 15 cpu: .5 16 memory_gb: 0.5 17 18 handlers: 19 - url: /cloud_worker/task 20 script: perf_insights.endpoints.cloud_mapper.worker.app 21 secure: always 22