Sign in Sign up
rubygems

resque-rate_limited

A Resque plugin which allows you to create dedicated queues for jobs that use rate-limited APIs. These queues will pause when one of the jobs hits a rate limit, and unpause after a suitable time period. The rate-limited queue can be used directly, and just requires catching the rate limit exception and pausing the queue. There are also additional queues provided that already include the pause/retry logic for Twitter, AngelList and Evernote; these allow you to support rate-limited APIs with minimal changes.

Activity

Latest release
9y ago
Total releases
5
Cadence
~2 days
Last 12 months
0

Details

License
MIT
First release
Oct 03, 2016
Releases
Version Released
1.2.3 patch
1.2.4 patch
1.2.2 patch
1.2.0 minor
1.1.0 initial