Skip to content
New issue

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

Retry with backoff #86

Open
OscarApeland opened this issue Jan 2, 2018 · 2 comments
Open

Retry with backoff #86

OscarApeland opened this issue Jan 2, 2018 · 2 comments

Comments

@OscarApeland
Copy link
Contributor

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?

@vadymmarkov
Copy link
Owner

Hi @OscarApeland! Yes, I think it would be a nice feature to have 😉

@zenangst
Copy link
Contributor

zenangst commented Jan 2, 2018

Oh... that would be super nice! 👯‍♂️

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants