daily-servo/worker/wrangler.toml

26 lines
555 B
TOML

#:schema node_modules/wrangler/config-schema.json
name = "daily-servo"
main = "src/index.js"
compatibility_date = "2024-07-25"
compatibility_flags = ["nodejs_compat"]
[version_metadata]
binding = "CF_VERSION_METADATA"
[[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