Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1531)

Unified Diff: appengine/findit/queue.yaml

Issue 2425453002: [Findit] Process analysis requests of Waterfall failures concurrently. (Closed)
Patch Set: fix nit. Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « appengine/findit/main.py ('k') | appengine/findit/waterfall-backend.yaml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appengine/findit/queue.yaml
diff --git a/appengine/findit/queue.yaml b/appengine/findit/queue.yaml
index eba9b09e6cd2476076b559a75ffb6473e7972d29..4c9989a01f8dd8ef0efa232213582417e228853f 100644
--- a/appengine/findit/queue.yaml
+++ b/appengine/findit/queue.yaml
@@ -17,6 +17,7 @@ queue:
min_backoff_seconds: 15
task_retry_limit: 3
+# TODO: removed after deprecated.
- name: waterfall-serial-queue
mode: push
rate: 1/s
@@ -25,6 +26,14 @@ queue:
retry_parameters:
task_retry_limit: 0
+- name: waterfall-failure-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
« no previous file with comments | « appengine/findit/main.py ('k') | appengine/findit/waterfall-backend.yaml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698