From 1336da8aae05a0acdb3e03561fa7378f238d3eda Mon Sep 17 00:00:00 2001 From: Kush Thaker Date: Tue, 6 Aug 2024 20:48:13 +0530 Subject: Fix job errors not reflecting in D1; add delays on document insert in vectorize to help with open ai rate limits --- apps/web/wrangler.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'apps/web') diff --git a/apps/web/wrangler.toml b/apps/web/wrangler.toml index a6232450..54b27325 100644 --- a/apps/web/wrangler.toml +++ b/apps/web/wrangler.toml @@ -26,8 +26,9 @@ bucket_name = "dev-r2-anycontext" [[d1_databases]] binding = "DATABASE" -database_name = "dev-d1-anycontext" -database_id = "fc562605-157a-4f60-b439-2a24ffed5b4c" +database_name = "supermemlocal" +database_id = "0f93c990-72fb-489c-8563-57a7bb18dc43" + [[env.production.d1_databases]] binding = "DATABASE" -- cgit v1.2.3