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

Unified Diff: appengine/findit/queue.yaml

Issue 1866883002: [Findit] A huge refactoring and some bug fixing. (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: Fix nit. Created 4 years, 8 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/model/wf_try_job.py ('k') | appengine/findit/templates/build_failure.html » ('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 9e3c4dd9de48da8b1650e7917d832251cb2886f2..59aae45f7c557dc9ad506933f09c308f637700d5 100644
--- a/appengine/findit/queue.yaml
+++ b/appengine/findit/queue.yaml
@@ -1,4 +1,32 @@
queue:
+- name: waterfall-analysis-queue
+ mode: push
+ rate: 10/s
+ bucket_size: 100
+ max_concurrent_requests: 20
+ retry_parameters:
+ min_backoff_seconds: 15
+ task_retry_limit: 3
+
+- name: waterfall-try-job-queue
+ mode: push
+ rate: 10/s
+ bucket_size: 100
+ max_concurrent_requests: 20
+ retry_parameters:
+ min_backoff_seconds: 15
+ task_retry_limit: 3
+
+- name: waterfall-serial-queue
+ mode: push
+ rate: 1/s
+ bucket_size: 5
+ max_concurrent_requests: 1
+ retry_parameters:
+ task_retry_limit: 0
+
+
+# Don't use the deprecated queues below as they will be removed soon.
- name: build-failure-analysis-queue
mode: push
rate: 10/s
@@ -23,5 +51,4 @@ queue:
bucket_size: 5
max_concurrent_requests: 1
retry_parameters:
- min_backoff_seconds: 5
task_retry_limit: 0
« no previous file with comments | « appengine/findit/model/wf_try_job.py ('k') | appengine/findit/templates/build_failure.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698