| Index: appengine/findit/queue.yaml
|
| diff --git a/appengine/findit/queue.yaml b/appengine/findit/queue.yaml
|
| index 59aae45f7c557dc9ad506933f09c308f637700d5..c157a9f7a872e6f95190e9757b30914169726be6 100644
|
| --- a/appengine/findit/queue.yaml
|
| +++ b/appengine/findit/queue.yaml
|
| @@ -25,6 +25,15 @@ queue:
|
| retry_parameters:
|
| task_retry_limit: 0
|
|
|
| +- name: crash-analysis-fracas-queue
|
| + mode: push
|
| + rate: 20/s
|
| + bucket_size: 100
|
| + max_concurrent_requests: 20
|
| + retry_parameters:
|
| + min_backoff_seconds: 15
|
| + task_retry_limit: 3
|
| +
|
|
|
| # Don't use the deprecated queues below as they will be removed soon.
|
| - name: build-failure-analysis-queue
|
|
|