Method: Exekutor::Configuration#min_execution_threads=

Defined in:
lib/exekutor/configuration.rb

#min_execution_threads=(value) ⇒ self

Sets the minimum number of execution threads that should be active

Parameters:

  • value (Integer)

    the number of threads

Returns:

  • (self)


222
# File 'lib/exekutor/configuration.rb', line 222

define_option :min_execution_threads, default: 1, type: Integer, range: 1...999