Execute a function until it succeeds. Limit the retries, wait between retries, control when to stop trying early.
The function to execute.
Optional
Options controlling the behavior of the function.
Execute a function until it succeeds. Limit the retries, wait between retries, control when to stop trying early.