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

Side by Side 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 unified diff | 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 »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 queue: 1 queue:
2 - name: waterfall-analysis-queue 2 - name: waterfall-analysis-queue
3 mode: push 3 mode: push
4 rate: 10/s 4 rate: 10/s
5 bucket_size: 100 5 bucket_size: 100
6 max_concurrent_requests: 20 6 max_concurrent_requests: 20
7 retry_parameters: 7 retry_parameters:
8 min_backoff_seconds: 15 8 min_backoff_seconds: 15
9 task_retry_limit: 3 9 task_retry_limit: 3
10 10
(...skipping 16 matching lines...) Expand all
27 task_retry_limit: 0 27 task_retry_limit: 0
28 28
29 - name: waterfall-failure-analysis-request 29 - name: waterfall-failure-analysis-request
30 mode: push 30 mode: push
31 rate: 10/s 31 rate: 10/s
32 bucket_size: 100 32 bucket_size: 100
33 max_concurrent_requests: 20 33 max_concurrent_requests: 20
34 retry_parameters: 34 retry_parameters:
35 task_retry_limit: 0 35 task_retry_limit: 0
36 36
37 - name: waterfall-flake-analysis-request
38 mode: push
39 rate: 10/s
40 bucket_size: 100
41 max_concurrent_requests: 20
42 retry_parameters:
43 task_retry_limit: 0
44
37 - name: crash-analysis-fracas-queue 45 - name: crash-analysis-fracas-queue
38 mode: push 46 mode: push
39 rate: 20/s 47 rate: 20/s
40 bucket_size: 100 48 bucket_size: 100
41 max_concurrent_requests: 15 49 max_concurrent_requests: 15
42 retry_parameters: 50 retry_parameters:
43 min_backoff_seconds: 15 51 min_backoff_seconds: 15
44 task_retry_limit: 3 52 task_retry_limit: 3
45 53
46 - name: crash-analysis-cracas-queue 54 - name: crash-analysis-cracas-queue
(...skipping 24 matching lines...) Expand all
71 min_backoff_seconds: 15 79 min_backoff_seconds: 15
72 task_retry_limit: 3 80 task_retry_limit: 3
73 81
74 - name: request-process-queue 82 - name: request-process-queue
75 mode: push 83 mode: push
76 rate: 1/s 84 rate: 1/s
77 bucket_size: 5 85 bucket_size: 5
78 max_concurrent_requests: 1 86 max_concurrent_requests: 1
79 retry_parameters: 87 retry_parameters:
80 task_retry_limit: 0 88 task_retry_limit: 0
OLDNEW
« 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