Hi, what is the best way of implementing custom retries for a schedule?
By default, if there’s a network issue or something, I’d like the schedule to re-run at least twice, but with some time in between (currently it retries once about 15-20 mins after the normal schedule run).
Any insight is appreciated! 🙂