Default values for the Retry Scope

Hello Everyone!

Does anyone know what the default values for the retry scope are?

So, what happens if I keep the NumberOfRetries and RetryInterval properties empty?

I want to have my bot continue to try something without an interval between each retry and have it continue doing so until it reached a certain time. Any suggestions for this in particular would be greatly appreciated.

3 retries with an interval of 5000 milliseconds. This is configurable in the project parameters, so if you want to change the defaults, you may.

3 Likes

Thank you @Anthony_Humphries.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.