Retry a function with exponential backoff
The async function to retry
Maximum number of retries (default: 3)
Base timeout in ms (default: 1000)
Maximum timeout in ms (default: 10000)
The result of the function
Retry a function with exponential backoff