Skip to content
Extraits de code Groupes Projets
  1. août 10, 2016
  2. juil. 20, 2016
    • Jonne Haß's avatar
      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.
      Non vérifiée
      58a355ed
  3. oct. 14, 2015
    • Lincoln Stoll's avatar
      Don't set key for logfile on Heroku · 6ac6dc10
      Lincoln Stoll a rédigé
      This fixes the issue reported in #5947. Sidekiq will only log to stdout when this key evals to false, so this can't be forced with an empty string. This change eliminates the key altogether when running on Heroku.
      
      closes #6500
      6ac6dc10
  4. mars 05, 2015
  5. jan. 17, 2015
  6. déc. 01, 2014
Chargement en cours