Skip to content
  • Jonne Haß's avatar
    Expose Sidekiq dead job queue configuration options · 58a355ed
    Jonne Haß authored
    Set the default limit of dead jobs to 5k, which should equal to about 50M memory
    usage in the worst case. Sidekiq's default is 10k. Set the expiration
    timeout to 6 weeks, matching our minor release schedule. Sidekiq's
    default is 6 months.
    
    Given the new federation code stores the XML payload in the job
    parameters, fine-tuning here can give more significant memory savings.
    58a355ed