Class: RefreshLatestTimestamp

Inherits:
Object
  • Object
show all
Defined in:
lib/resque_stuck_queue.rb

Class Method Summary collapse

Class Method Details

.perform(timestamp_key) ⇒ Object



188
189
190
# File 'lib/resque_stuck_queue.rb', line 188

def self.perform(timestamp_key)
  Resque.redis.set(timestamp_key, Time.now.to_i)
end