1# Copyright (c) 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
5queue:
6- name: default
7  rate: 1/s
8
9# 8 tasks/instance * 4 instances
10- name: mapper-queue
11  rate: 500/s
12  max_concurrent_requests: 64
13  retry_parameters:
14    task_retry_limit: 0
15