Class: Mantle::Workers::CatchUpCleanupWorker

Inherits:
Object
  • Object
show all
Includes:
Sidekiq::Worker
Defined in:
lib/mantle/workers/catch_up_cleanup_worker.rb

Instance Method Summary collapse

Instance Method Details

#performObject



8
9
10
11
# File 'lib/mantle/workers/catch_up_cleanup_worker.rb', line 8

def perform
  Mantle::CatchUp.new.clear_expired
  Mantle::LocalRedis.set_catch_up_cleanup
end