Synchronous or asynchronous function to execute. The first
successful invocation result will by returned by retry
.
Optional
options: RetryOptions = {}Retry options.
The first successful result of the provided callback, or the last error thrown by the callback before the function gives up retrying.
Retries calling a function asynchronously.
The handler accepts options that limit how many retries can be performed.