2023-09-06 03:10:11 +00:00
|
|
|
# https://cloud.google.com/appengine/docs/standard/python/config/queueref
|
|
|
|
# https://cloud.google.com/tasks/docs/queue-yaml
|
|
|
|
queue:
|
|
|
|
- name: atproto-commit
|
2024-05-24 03:40:54 +00:00
|
|
|
rate: 300/s
|
|
|
|
max_concurrent_requests: 1
|
2023-09-06 03:10:11 +00:00
|
|
|
retry_parameters:
|
2024-05-03 18:00:28 +00:00
|
|
|
task_retry_limit: 2
|
2023-09-06 03:10:11 +00:00
|
|
|
min_backoff_seconds: 5
|
|
|
|
max_doublings: 5
|
|
|
|
|
|
|
|
- name: webmention
|
2024-06-12 22:48:11 +00:00
|
|
|
rate: 500/s
|
2024-05-24 03:40:54 +00:00
|
|
|
max_concurrent_requests: 10
|
2023-09-06 03:10:11 +00:00
|
|
|
retry_parameters:
|
2024-05-03 18:00:28 +00:00
|
|
|
task_retry_limit: 2
|
2024-05-31 20:31:45 +00:00
|
|
|
min_backoff_seconds: 300
|
2024-05-03 18:00:28 +00:00
|
|
|
max_doublings: 2
|
2023-09-19 18:34:41 +00:00
|
|
|
|
|
|
|
- name: receive
|
2024-06-12 22:48:11 +00:00
|
|
|
rate: 500/s
|
2024-06-25 20:39:42 +00:00
|
|
|
max_concurrent_requests: 160
|
2023-09-19 18:34:41 +00:00
|
|
|
retry_parameters:
|
2024-05-03 18:00:28 +00:00
|
|
|
task_retry_limit: 2
|
2024-05-31 20:31:45 +00:00
|
|
|
min_backoff_seconds: 300
|
2024-05-03 18:00:28 +00:00
|
|
|
max_doublings: 2
|
2023-10-31 19:49:15 +00:00
|
|
|
|
|
|
|
- name: send
|
2024-06-12 22:48:11 +00:00
|
|
|
rate: 500/s
|
2024-06-25 20:39:42 +00:00
|
|
|
max_concurrent_requests: 40
|
2023-10-31 19:49:15 +00:00
|
|
|
retry_parameters:
|
2024-05-03 18:00:28 +00:00
|
|
|
task_retry_limit: 2
|
2024-05-31 20:31:45 +00:00
|
|
|
min_backoff_seconds: 300
|
2024-05-03 18:00:28 +00:00
|
|
|
max_doublings: 2
|
2024-01-06 22:44:09 +00:00
|
|
|
|
|
|
|
- name: poll-feed
|
|
|
|
rate: 5/s
|
|
|
|
max_concurrent_requests: 1
|
|
|
|
retry_parameters:
|
2024-05-03 18:00:28 +00:00
|
|
|
task_retry_limit: 2
|
2024-05-31 20:31:45 +00:00
|
|
|
min_backoff_seconds: 300
|
2024-05-03 18:00:28 +00:00
|
|
|
max_doublings: 2
|