module Resque::Plugins::SlidingWindow

Public Instance Methods

after_perform_sliding_window(*args) click to toggle source
# File lib/resque/plugins/sliding_window.rb, line 8
def after_perform_sliding_window(*args)
  ResqueSlidingWindow::WindowSlider.new(self, args).close
end
before_schedule_sliding_window(*args) click to toggle source
# File lib/resque/plugins/sliding_window.rb, line 4
def before_schedule_sliding_window(*args)
  ResqueSlidingWindow::WindowSlider.new(self, args).slide
end