Class: Delayed::WorkerTimeout

Inherits:
Timeout::Error
  • Object
show all
Defined in:
lib/delayed/exceptions.rb

Instance Method Summary collapse

Instance Method Details

#messageObject



5
6
7
# File 'lib/delayed/exceptions.rb', line 5

def message
  "#{super} (Delayed::Worker.max_run_time is only #{Delayed::Worker.max_run_time.to_i} seconds)"
end