Class: RefreshLatestTimestamp
- Inherits:
-
Object
- Object
- RefreshLatestTimestamp
- Defined in:
- lib/resque_stuck_queue.rb
Class Method Summary collapse
Class Method Details
.perform(timestamp_key) ⇒ Object
190 191 192 |
# File 'lib/resque_stuck_queue.rb', line 190 def self.perform() Resque.redis.set(, Time.now.to_i) end |