class AttentiveSidekiq::Middleware::Client::Attentionist

Public Instance Methods

call(worker_class, item, queue, redis_pool = nil) { || ... } click to toggle source
# File lib/attentive_sidekiq/middleware/client/attentionist.rb, line 5
def call(worker_class, item, queue, redis_pool = nil)
  # TODO: we could backup job info here aswell
  # this would lead us to the need of more complex records filtering
  yield
end