Skip to content
Extraits de code Groupes Projets
  • Jonne Haß's avatar
    58a355ed
    Expose Sidekiq dead job queue configuration options · 58a355ed
    Jonne Haß a rédigé
    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.
    Expose Sidekiq dead job queue configuration options
    Jonne Haß a rédigé
    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.
defaults.yml 5,35 Kio