retry
retry copied to clipboard
Exponential backoff support?
I have a flaky step that sometime can be long, so I need some mechanism to change interval time flexibly.
Exponential backoff is the best solution, I guess. Do you have any plan to support it?