| Index: appengine/monorail/queue.yaml
|
| diff --git a/appengine/monorail/queue.yaml b/appengine/monorail/queue.yaml
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..af214d190100ad63f90bc8f0f6048eaf1f0c6464
|
| --- /dev/null
|
| +++ b/appengine/monorail/queue.yaml
|
| @@ -0,0 +1,16 @@
|
| +# Copyright 2016 The Chromium Authors. All rights reserved.
|
| +# Use of this source code is govered by a BSD-style
|
| +# license that can be found in the LICENSE file or at
|
| +# https://developers.google.com/open-source/licenses/bsd
|
| +
|
| +queue:
|
| +- name: default
|
| + rate: 4/s
|
| + max_concurrent_requests: 50
|
| +
|
| +- name: outboundemail
|
| + rate: 5/s
|
| +
|
| +- name: spamexport
|
| + rate: 1/d
|
| + max_concurrent_requests: 1
|
|
|