We have a scenario that we have set up retry options. And there is “maximumInterval = 300 second” and “backoffCoefficient = 1.2” being set.
However while waiting for next retry we want to stop the waiting and start the next retry immediately. This is an operational level action.
Is there any recommendation for achieving above scenarios?
I think probably we can do the reset? is there any recommended way to achieve this?
If I understood correctly, here when an activity throws an ApplicationFailure it can also specify the next time it retries.
However, the case I have in mind is that the workflow decides to retry activity now.
I want an acitivty to retry each 5 minutes, but if my workflow received a “retryNow” signal, I want it to force the activity to retry immediately. Is this functionality supported or planned to be supported?