Method: Sentry::Configuration#background_worker_max_queue
- Defined in:
- lib/sentry/configuration.rb
permalink #background_worker_max_queue ⇒ Integer
The maximum queue size for the background worker. Jobs will be rejected above this limit.
Default is BackgroundWorker::DEFAULT_MAX_QUEUE.
53 54 55 |
# File 'lib/sentry/configuration.rb', line 53 def background_worker_max_queue @background_worker_max_queue end |