daily-servo/worker/wrangler.toml

26 lines
555 B
TOML
Raw Normal View History

2024-08-01 15:24:47 +01:00
#:schema node_modules/wrangler/config-schema.json
name = "daily-servo"
main = "src/index.js"
compatibility_date = "2024-07-25"
compatibility_flags = ["nodejs_compat"]
2024-08-19 14:09:14 +01:00
[version_metadata]
binding = "CF_VERSION_METADATA"
2024-08-01 15:24:47 +01:00
[[kv_namespaces]]
binding = "KV_STORE"
id = "eddd851b2439407a877c0c2c6e503da2"
[[r2_buckets]]
binding = "R2_BUCKET"
bucket_name = "daily-servo"
[[queues.producers]]
binding = "WEBHOOKS_QUEUE"
queue = "daily-servo-webhooks"
[[queues.consumers]]
queue = "daily-servo-webhooks"
max_batch_size = 10
max_batch_timeout = 5
max_retries = 2