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: python27
9vm: true
10
11manual_scaling:
12  instances: 1
13
14resources:
15  cpu: .5
16  memory_gb: 0.5
17
18handlers:
19- url: /cloud_worker/task
20  script: perf_insights.endpoints.cloud_mapper.worker.app
21  secure: always
22