In current documentation for retry component there is no way to set a specific time interval on the retry delay. For example, 10 mins or 15 minutes.
Is there a work around for this? or am I missing something?
In current documentation for retry component there is no way to set a specific time interval on the retry delay. For example, 10 mins or 15 minutes.
Is there a work around for this? or am I missing something?
As per properties, we don't have an option in the retry component but you can achieve it in a different way!
Create a job inside bash 'sleep 600' and apply your main process, Finally apply the retry component in the main orchestration job.Thanks
Does this not make the component to wait to execute even at the first time?
make it shared job with minutes/seconds to wait as a parameter. now You have your own utility component.