You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
api call caching
user defined automatic retries
The text was updated successfully, but these errors were encountered:
hakunin
changed the title
Retry on Trello::Error
Retry on Trello::Error / Around filter suggestion
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:
The text was updated successfully, but these errors were encountered: