Method: Exekutor::Configuration#set_db_connection_name?

Defined in:
lib/exekutor/configuration.rb,
lib/exekutor/configuration.rb

#set_db_connection_name?Boolean?

Whether the DB connection name should be set. Only affects the listener, unless started from the CLI.

Default value:

false (true when started from the CLI)

Returns:

  • (Boolean, nil)


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

define_option :set_db_connection_name, type: [TrueClass, FalseClass], required: true