wildebeest/consumer/wrangler.toml

11 wiersze
222 B
TOML
Czysty Zwykły widok Historia

2023-01-12 13:01:58 +00:00
name = "wildebeest-consumer"
compatibility_date = "2023-01-12"
main = "./src/index.ts"
2023-01-13 10:56:24 +00:00
usage_model = "unbound"
2023-01-12 13:01:58 +00:00
[[queues.consumers]]
queue = "wildebeest"
max_batch_size = 10
max_batch_timeout = 30
max_retries = 10