Skip to content
Discussion options

You must be logged in to vote
  1. Setting internal options like that in the config yaml is not documented and not guaranteed across major versions. It happened to work.
  2. The config file only applies to server. Use Ruby if you want to configure something in all environments.
  3. This is not documented as they can change. Sidekiq::Config contains a hash of key/values which apply to the server.

Yes, adding Sidekiq.default_configuration[:dead_max_jobs] = 50_000 to your initializer is the right approach.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by calvincchen
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants