@Anna Geller a feature request would be great thank you so much.
For my specific situation and setup a while loop wouldn't work in case. I can make do with the current implementation.
Maybe one more feature request here:
Could we add exponential backoff on a retry?
Example:
If would be useful if instead of delaying each run for 60 secs we could have something like this:
flow (retry=5, retry_delay_seconds=60, backoff_multiplier=2 )
That way after the first run the next run will go for 60 seconds then after that it will be 60*2 and after that 60*2*2