aboutsummaryrefslogtreecommitdiff
path: root/apps/cf-ai-backend/wrangler.toml
diff options
context:
space:
mode:
authorDhravya Shah <[email protected]>2024-08-06 11:12:22 -0700
committerDhravya Shah <[email protected]>2024-08-06 11:12:22 -0700
commit2dccd3ce15e3dd63f86c89b91d65bab332e0b0c5 (patch)
tree82e6a03099b50441c2fe9a9bf8e8ddf7afa293e5 /apps/cf-ai-backend/wrangler.toml
parentchange kv namespace ids (diff)
downloadsupermemory-kush/be-queue.tar.xz
supermemory-kush/be-queue.zip
updated kv and queueskush/be-queue
Diffstat (limited to 'apps/cf-ai-backend/wrangler.toml')
-rw-r--r--apps/cf-ai-backend/wrangler.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/cf-ai-backend/wrangler.toml b/apps/cf-ai-backend/wrangler.toml
index 6b275129..0d7ede62 100644
--- a/apps/cf-ai-backend/wrangler.toml
+++ b/apps/cf-ai-backend/wrangler.toml
@@ -38,14 +38,14 @@ preview_id = "c58b6202814f4224acea97627d0c18aa"
mode = "smart"
[[queues.producers]]
- queue = "embedchunks-queue"
+ queue = "prod-embedchunks-queue"
binding ="EMBEDCHUNKS_QUEUE"
[[queues.consumers]]
- queue = "embedchunks-queue"
+ queue = "prod-embedchunks-queue"
max_batch_size = 100
max_retries = 3
- dead_letter_queue = "embedchunks-dlq"
+ dead_letter_queue = "prod-embedchunks-dlq"
[[d1_databases]]