We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
A retry function (with backoff) would be neat. Something like -
retry(request: Promise<Request>, retryCap: Int = 5, retryInterval: TimeInterval = 0.5)
Or some other syntax if anyone else has any better ideas.
I'd be happy to implement this; @vadymmarkov is this within what you'd like Malibu to be?
The text was updated successfully, but these errors were encountered:
Hi @OscarApeland! Yes, I think it would be a nice feature to have 😉
Sorry, something went wrong.
Oh... that would be super nice! 👯♂️
Added a retry function
6b53727
No branches or pull requests
A retry function (with backoff) would be neat. Something like -
Or some other syntax if anyone else has any better ideas.
I'd be happy to implement this; @vadymmarkov is this within what you'd like Malibu to be?
The text was updated successfully, but these errors were encountered: