Method: Exekutor::Configuration#set_db_connection_name?
- Defined in:
-
lib/exekutor/configuration.rb,
lib/exekutor/configuration.rb
Whether the DB connection name should be set. Only affects the listener, unless started from the CLI.
false (true when started from the CLI)
119 |
# File 'lib/exekutor/configuration.rb', line 119 define_option :set_db_connection_name, type: [TrueClass, FalseClass], required: true |