Skip to content

Increase Dead set limit above default 10K or 6 months #5011

Answered by mperham
iamitpatil1993 asked this question in Q&A
Discussion options

You must be logged in to vote

The Retry set is unlimited, maybe you should not disable retries?

Sidekiq.configure_server do |config|
  config.options[:dead_max_jobs] = 100_000
end

If a popular job is not important to keep around, set sidekiq_options dead: false so any failed instances do not quickly fill up your Dead set.

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@iamitpatil1993
Comment options

@deivinsontejeda
Comment options

@jeffbax
Comment options

@mperham
Comment options

@jeffbax
Comment options

Answer selected by iamitpatil1993
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants