From a4e4014b808b0a908a2af9cc1c1476b74e587d15 Mon Sep 17 00:00:00 2001 From: Jun-te Kim Date: Wed, 16 Apr 2025 18:08:40 +0000 Subject: [PATCH] time sleep so it doesn't bombard but take longer in script time --- etl/dimitra_hubspot_notes_gather.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etl/dimitra_hubspot_notes_gather.py b/etl/dimitra_hubspot_notes_gather.py index fd3b385..eb5eaeb 100644 --- a/etl/dimitra_hubspot_notes_gather.py +++ b/etl/dimitra_hubspot_notes_gather.py @@ -68,7 +68,7 @@ for pipeline in pipelines.results: "pipeline_name": pipeline.label # Add the pipeline name }) - time.sleep(0.75) + time.sleep(2) print("delay to not bombard the server") notes_df = pd.DataFrame(notes_data)