From 7fb9ab718e694d79a9dcb7c9d0b32182a6bfbb0b Mon Sep 17 00:00:00 2001 From: Jun-te Kim Date: Wed, 17 Dec 2025 13:54:50 +0000 Subject: [PATCH] see if that improved --- backend/src/dashboard/scripts/hubspot_to_s3.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/src/dashboard/scripts/hubspot_to_s3.py b/backend/src/dashboard/scripts/hubspot_to_s3.py index 5f811fc..1feebf0 100644 --- a/backend/src/dashboard/scripts/hubspot_to_s3.py +++ b/backend/src/dashboard/scripts/hubspot_to_s3.py @@ -52,7 +52,7 @@ async def main(): await queue.put(deal_id) # PROPER concurrency — same as semaphore limit - NUM_WORKERS = 5 + NUM_WORKERS = 10 pbar = tqdm(total=total, desc="Fetching Deals", unit="deal", dynamic_ncols=True)