diff --git a/queue.yaml b/queue.yaml index 326a4292..1acf94f2 100644 --- a/queue.yaml +++ b/queue.yaml @@ -18,3 +18,12 @@ queue: task_retry_limit: 3 min_backoff_seconds: 120 max_doublings: 3 + +- name: receive + target: default + rate: 5/s + max_concurrent_requests: 5 + retry_parameters: + task_retry_limit: 3 + min_backoff_seconds: 120 + max_doublings: 3