Class: Delayed::Worker

Inherits:
Object
  • Object
show all
Includes:
Master::Worker::ThreadWorker
Defined in:
lib/delayed/master/worker/extension.rb

Instance Attribute Summary collapse

Method Summary

Methods included from Master::Worker::ThreadWorker

#multithread?, #run_one_job, #work_off, #work_off_for_multithread

Instance Attribute Details

#master_loggerObject

Returns the value of attribute master_logger.



11
12
13
# File 'lib/delayed/master/worker/extension.rb', line 11

def master_logger
  @master_logger
end

#max_memoryObject

Returns the value of attribute max_memory.



12
13
14
# File 'lib/delayed/master/worker/extension.rb', line 12

def max_memory
  @max_memory
end

#max_threadsObject

Returns the value of attribute max_threads.



12
13
14
# File 'lib/delayed/master/worker/extension.rb', line 12

def max_threads
  @max_threads
end