Merge pull request #46 from Hestia-Homes/feature/hubspot_to_compelte_deem

time sleep so it doesn't bombard but take longer in script time
This commit is contained in:
Jun-te Kim 2025-04-16 19:09:19 +01:00 committed by GitHub
commit f6dd5ad177
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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)