Method: Exekutor::Configuration#polling_jitter
- Defined in:
- lib/exekutor/configuration.rb
#polling_jitter ⇒ Float
The polling jitter, used to adjust the polling interval slightly so multiple workers will not query the database at the same time.
Default value:
0.1
210 |
# File 'lib/exekutor/configuration.rb', line 210 define_option :polling_jitter, default: 0.1, type: [Float, Integer], range: 0..0.5 |