Method: Exekutor::Configuration#min_execution_threads

Defined in:
lib/exekutor/configuration.rb

#min_execution_threadsInteger

The minimum number of execution threads that should be active.

Default value:

1

Returns:

  • (Integer)


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

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