Method: Exekutor::Configuration#default_queue_priority=
- Defined in:
- lib/exekutor/configuration.rb
#default_queue_priority=(value) ⇒ self
Sets the default queue priority. Is used when enqueueing jobs that don’t have a priority set. Should be between 1 and 32,767.
27 28 |
# File 'lib/exekutor/configuration.rb', line 27 define_option :default_queue_priority, default: 16_383, required: true, type: Integer, range: Exekutor::Queue::VALID_PRIORITIES |