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 5api_version: 1 6module: cloud-worker 7threadsafe: true 8runtime: custom 9vm: true 10 11# If you change instances, change value in queue.yaml until we come up with 12# a better way to sync these. 13manual_scaling: 14 instances: 8 15 16resources: 17 cpu: 32 18 memory_gb: 24 19 20handlers: 21- url: /cloud_worker/task 22 script: perf_insights.endpoints.cloud_mapper.worker.app 23 secure: always 24