| Index: appengine/findit/queue.yaml
|
| diff --git a/appengine/findit/queue.yaml b/appengine/findit/queue.yaml
|
| index 4c9989a01f8dd8ef0efa232213582417e228853f..c02af5934ebc1b92d36cad7f0d8bf90b38819b65 100644
|
| --- a/appengine/findit/queue.yaml
|
| +++ b/appengine/findit/queue.yaml
|
| @@ -34,6 +34,14 @@ queue:
|
| retry_parameters:
|
| task_retry_limit: 0
|
|
|
| +- name: waterfall-flake-analysis-request
|
| + mode: push
|
| + rate: 10/s
|
| + bucket_size: 100
|
| + max_concurrent_requests: 20
|
| + retry_parameters:
|
| + task_retry_limit: 0
|
| +
|
| - name: crash-analysis-fracas-queue
|
| mode: push
|
| rate: 20/s
|
|
|