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

Unified Diff: appengine/findit/queue.yaml

Issue 1852383002: [Findit] Integrate with Fracas through Pub/Sub. (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: Just rebase. 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
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
« no previous file with comments | « appengine/findit/model/crash/test/fracas_crash_analysis_test.py ('k') | appengine/findit/templates/crash/crash_config.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698