Method: Sentry::Configuration#background_worker_max_queue

Defined in:
lib/sentry/configuration.rb

#background_worker_max_queueInteger

The maximum queue size for the background worker. Jobs will be rejected above this limit.

Default is BackgroundWorker::DEFAULT_MAX_QUEUE.

Returns:

  • (Integer)
[View source]

53
54
55
# File 'lib/sentry/configuration.rb', line 53

def background_worker_max_queue
  @background_worker_max_queue
end