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

base on retriable gem #49

Open
Bill opened this issue Oct 28, 2015 · 1 comment
Open

base on retriable gem #49

Bill opened this issue Oct 28, 2015 · 1 comment

Comments

@Bill
Copy link

Bill commented Oct 28, 2015

The retriable gem has a lot going for it:

  1. it's widely used (with about 2MM downloads)
  2. it implements exponential backoff with randomized variation
  3. it's got a clean interface

Would you be interested in adopting the retriable gem? If so maybe I cold take a whack at a PR.

@michaelglass
Copy link
Contributor

definitely #46 is going to happen first, then perhaps we'll consider using retriable for rspec-repeat

doesn't look like retriable has a great interface for cleanup, but looks promising. Thanks, @Bill

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

No branches or pull requests

2 participants