Optional
backoffOptional
intervalTime in milliseconds between retry attempts. If a backoff is provided, the interval between attempts will increase exponentially based on it.
Optional
retriesMaximum number of times the invocation is retried.
Optional
timeoutTime in milliseconds after which the function will stop being retried.
Exponential backoff applied to the interval.