
Announcements
I need a little help understanding the retry policy on the SFTP SSH trigger action.
I need to extend the retry policy due to the files not being picked up from the source SFTP server, but I want to avoid overloading the API / getting throttled.
My policy now has the following settings:
Type: Fixed
Count: 10
Interval: PT20s
Does this mean it will try to retrieve the file 10 times in a 20 second period or does it mean that it will try 10 times, but wait 20 seconds between calls?
It will try every 20 seconds 10 times and then give up so for 200 seconds.