time sleep so it doesn't bombard but take longer in script time

This commit is contained in:
Jun-te Kim 2025-04-16 18:08:40 +00:00
parent 44b9e97600
commit a4e4014b80

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)