resque-restriction
resque-restriction copied to clipboard
resque-restriction is an extension to resque queue system that restricts the execution number of certain jobs in a period time.
Auto corrected by following Lint Ruby Lint/UnusedMethodArgument Click [here](https://awesomecode.io/repos/flyerhzm/resque-restriction/lint_configs/ruby/10860) to configure it on awesomecode.io
Auto corrected by following Lint Ruby Lint/UnusedBlockArgument Click [here](https://awesomecode.io/repos/flyerhzm/resque-restriction/lint_configs/ruby/10795) to configure it on awesomecode.io
Auto corrected by following Lint Ruby Lint/AmbiguousOperatorPrecedence Click [here](https://awesomecode.io/repos/flyerhzm/resque-restriction/lint_configs/ruby/123739) to configure it on awesomecode.io
Auto corrected by following Format Ruby Code Click [here](https://awesomecode.io/repos/flyerhzm/resque-restriction/format_configs/ruby) to configure it on awesomecode.io
When using resque-restriction with multiple workers, the limits are not accurately observed. I'm not sure if this should be considered a bug or an intended limitation. It seems like there...
The second bullet point in the readme says "it will execute the exceeded jobs at the next period." Is it possible to disable this functionality? I have a job that...
Thanks for the awesome gem! Is there any appetite to include the work from https://github.com/ZaiusInc/resque-restriction/pull/2 into the main gem? It reduces Redis thrashing with large restriction queues. I'm happy to...
Auto corrected by following Ruby EmptyLine Click [here](https://awesomecode.io/repos/flyerhzm/resque-restriction/ruby_config_groups/728) to configure it on awesomecode.io
Auto corrected by following Ruby MagicComment Click [here](https://awesomecode.io/repos/flyerhzm/resque-restriction/ruby_config_groups/727) to configure it on awesomecode.io
Auto corrected by following Ruby Space Click [here](https://awesomecode.io/repos/flyerhzm/resque-restriction/ruby_config_groups/726) to configure it on awesomecode.io