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

Unified Diff: appengine/findit/queue.yaml

Issue 2435983003: [Findit] Asynchronously process flake reports from chromium-try-flakes. (Closed)
Patch Set: Rebase to resolve conflict 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/test/findit_api_test.py » ('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 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
« no previous file with comments | « appengine/findit/main.py ('k') | appengine/findit/test/findit_api_test.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698