Skip to content

Commit

Permalink
add receive task queue
Browse files Browse the repository at this point in the history
  • Loading branch information
snarfed committed Sep 19, 2023
1 parent f7792f8 commit df95e41
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions queue.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit df95e41

Please sign in to comment.