bridgy-fed/queue.yaml

48 wiersze
996 B
YAML
Czysty Zwykły widok Historia

# https://cloud.google.com/appengine/docs/standard/python/config/queueref
# https://cloud.google.com/tasks/docs/queue-yaml
queue:
- name: atproto-commit
target: hub
rate: 10/s
max_concurrent_requests: 10
retry_parameters:
task_retry_limit: 2
min_backoff_seconds: 5
max_doublings: 5
- name: webmention
target: default
rate: 300/s
max_concurrent_requests: 100
retry_parameters:
task_retry_limit: 2
min_backoff_seconds: 120
max_doublings: 2
2023-09-19 18:34:41 +00:00
- name: receive
target: default
rate: 300/s
2024-05-03 22:31:35 +00:00
max_concurrent_requests: 100
2023-09-19 18:34:41 +00:00
retry_parameters:
task_retry_limit: 2
2023-09-19 18:34:41 +00:00
min_backoff_seconds: 120
max_doublings: 2
- name: send
target: default
rate: 300/s
max_concurrent_requests: 100
retry_parameters:
task_retry_limit: 2
min_backoff_seconds: 120
max_doublings: 2
2024-01-06 22:44:09 +00:00
- name: poll-feed
target: default
rate: 5/s
max_concurrent_requests: 1
retry_parameters:
task_retry_limit: 2
2024-01-06 22:44:09 +00:00
min_backoff_seconds: 120
max_doublings: 2