Hey Everyone,
Quick Questions, I've been using prefect for a little bit of time, with cron scheduling. I would like to know if someone knows if Prefect has the possibility to do something like :
run every 10min until the flow succeed
Basically i have a flow that scrap some data that is updated between 10 and 12am,
I Could update my script and set a check at the beginning of the script that if data is received stop the script. But it's not optimal imo as it will still run the code 10times + for nothing as i already have the data.
Thanks !!!
Dan