Is there a setting for registering a workflow at a certain interval (say every 1 hr) but having the workflow start instantly then wait 1 hr for the next run?
k
Kevin Kho
09/03/2021, 2:02 PM
I think you need to orchestrate that process…maybe with Prefect? You can register and kick off a run in a single flow, and then schedule this to run every hour.