forked from rietveld-codereview/rietveld
-
Notifications
You must be signed in to change notification settings - Fork 0
/
queue.yaml
38 lines (34 loc) · 811 Bytes
/
queue.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
queue:
- name: deltacalculation
rate: 5/s
retry_parameters:
task_retry_limit: 5
task_age_limit: 1d
- name: migrate-entities
rate: 5/s
- name: mapreduce
rate: 1/s
bucket_size: 10
retry_parameters:
task_retry_limit: 100
min_backoff_seconds: 10
max_backoff_seconds: 600
target: mapreduce-backend
# Severely limit this task to reduce the likelihood of having 2 concurrent
# tasks triggered simultaneously.
- name: refresh-all-stats-score
bucket_size: 1
max_concurrent_requests: 1
rate: 1/s
retry_parameters:
task_retry_limit: 60
min_backoff_seconds: 10
max_backoff_seconds: 60
- name: update-stats
bucket_size: 1
max_concurrent_requests: 1
rate: 1/s
retry_parameters:
task_retry_limit: 60
min_backoff_seconds: 10
max_backoff_seconds: 60