Method: Cuetip::Job.delay_execution
- Defined in:
- lib/cuetip/job.rb
.delay_execution ⇒ Object
The length of time (in seconds) from when this job is queued to when it should be executed
39 40 41 |
# File 'lib/cuetip/job.rb', line 39 def delay_execution @delay_execution || 0 end |