resque-throttle icon indicating copy to clipboard operation
resque-throttle copied to clipboard

resque-throttle is an extension to the resque queue system that restricts the frequency in which certain jobs are run

Results 3 resque-throttle issues
Sort by recently updated
recently updated
newest added

I've run into an issue where resque-restriction, resque-retry, and resque-throttle all want to use the `identifier` method name. It looks like they actually pass different arguments, which is problematic to...

Hi small temporary fix for last redis-rb syntax. I didn't manage to run the tests because of test::unit version issue thanks

Maybe an issue with redis-namespace? ``` Resque::enqueue(MyJob, 123) ArgumentError: wrong number of arguments (3 for 2) from /usr/lib/ruby/gems/1.8/gems/redis-namespace-0.8.0/lib/redis/namespace.rb:188:in `set' from /usr/lib/ruby/gems/1.8/gems/redis-namespace-0.8.0/lib/redis/namespace.rb:188:in `send' from /usr/lib/ruby/gems/1.8/gems/redis-namespace-0.8.0/lib/redis/namespace.rb:188:in `method_missing' from /usr/lib/ruby/gems/1.8/gems/resque-throttle-0.2.19/lib/resque/resque.rb:23:in `should_throttle?' from /usr/lib/ruby/gems/1.8/gems/resque-throttle-0.2.19/lib/resque/resque.rb:10:in...