Skip to content

Commit

Permalink
fix: prod use another queue
Browse files Browse the repository at this point in the history
  • Loading branch information
bytemain committed Nov 25, 2023
1 parent 9a782bc commit ef32d4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wrangler.tpl.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ kv_namespaces = [{ binding = "KV", id = "{{KV_PROD_ID}}" }]
[[analytics_engine_datasets]]
binding = "metricsDataset"

[[queues.producers]]
[[env.prod.queues.producers]]
queue = "{{QUEUE_NAME_PROD}}"
binding = "MESSAGE_QUEUE"

[[queues.consumers]]
[[env.prod.queues.consumers]]
queue = "{{QUEUE_NAME_PROD}}"
max_batch_size = 10
max_batch_timeout = 1

0 comments on commit ef32d4e

Please sign in to comment.