Method: Cuetip::Job.maximum_execution_time

Defined in:
lib/cuetip/job.rb

.maximum_execution_timeObject

The maximum length of time (in seconds) that a job can run for



15
16
17
# File 'lib/cuetip/job.rb', line 15

def maximum_execution_time
  @maximum_execution_time || 12.hours
end