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 on Trello::Error / Around filter suggestion #178

Open
hakunin opened this issue Jan 25, 2016 · 0 comments
Open

Retry on Trello::Error / Around filter suggestion #178

hakunin opened this issue Jan 25, 2016 · 0 comments
Labels

Comments

@hakunin
Copy link

hakunin commented Jan 25, 2016

Hi, I've go to the point where I run into Trello::Error's for rate limits frequently and now I have to put every single call into some sort of retry block.

It would be nice if there was something that I could just plug into the gem itself (around filter is all I need).

If the gem had around filter for calls, it would be extremely easy to do both:

  1. api call caching
  2. user defined automatic retries
@hakunin hakunin changed the title Retry on Trello::Error Retry on Trello::Error / Around filter suggestion Jan 25, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants