RubyGems Navigation menu

resque-rate_limited_queue 1.0.4

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/rety logic for twitter, angelist and evernote; these allow you to support rate limited apis with minimal changes.

Gemfile:
= 複製 已複製

安裝:
=

版本列表:

  1. 1.2.0 - October 07, 2016 (14.0 KB)
  2. 1.1.0 - October 03, 2016 (14.0 KB)
  3. 1.0.4 - January 16, 2016 (14.0 KB)
  4. 1.0.3 - November 06, 2015 (13.0 KB)
  5. 1.0.2 - January 26, 2015 (12.5 KB)
顯示所有版本(共 12)

Runtime 相依性套件 (5):

angellist_api >= 1.0.7, ~> 1.0
evernote-thrift >= 1.25.1, ~> 1.25
redis-mutex >= 4.0.0, ~> 4.0
resque >= 1.9.10, ~> 1.9
twitter >= 5.11.0, ~> 5.11

Development 相依性套件 (10):

bundler ~> 1.7
gem-release ~> 0.7
guard ~> 2.12
guard-rspec >= 4.1.1, ~> 4.1
guard-rubocop ~> 1.2
parser ~> 2.2.2.5
rake ~> 10.0
rspec ~> 2.6
rubocop ~> 0.32
simplecov ~> 0.9.1

擁有者:

作者:

  • Greg Dowling

SHA 256 checksum:

9033118064e6615013a744b25e675880b8ab950b297bd29b582c55be3f79909b

總下載次數 24,216

這個版本 2,238

License:

MIT

Ruby 版本需求: >= 0

相關連結: