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)