You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
337 B
18 lines
337 B
7 months ago
|
queue:
|
||
|
- name: queue-schedule
|
||
|
mode: push
|
||
|
rate: 1/s
|
||
|
bucket_size: 5
|
||
|
max_concurrent_requests: 1
|
||
|
retry_parameters:
|
||
|
task_retry_limit: 2
|
||
|
min_backoff_seconds: 1
|
||
|
|
||
|
- name: queue-indexing
|
||
|
mode: push
|
||
|
rate: 1/s
|
||
|
bucket_size: 5
|
||
|
max_concurrent_requests: 1
|
||
|
retry_parameters:
|
||
|
task_retry_limit: 7
|
||
|
min_backoff_seconds: 1
|