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)