summaryrefslogtreecommitdiff
path: root/lib/gitlab/sidekiq_middleware/memory_killer.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix sidekiq memory killer warning messagefix-sidekiq-memory-killer-warn-messageShinya Maeda2019-07-301-1/+1
* Logging sidekiq worker class name in SidekiqMemoryKillerprint-sidekiq-class-name-in-memory-killerShinya Maeda2019-07-251-7/+16
* Fix the last-ditch memory killer pgroup SIGKILLNick Thomas2019-03-091-1/+1
* sidekiq: terminate child processes at shutdownNick Thomas2019-03-041-2/+15
* SIGSTP should be SIGTSTPNick Thomas2019-03-011-1/+1
* Revert "Restart Unicorn and Sidekiq when GRPC throws 14:Endpoint read failed"Nick Thomas2019-02-281-0/+69
* Restart Unicorn and Sidekiq when GRPC throws 14:Endpoint read failedJacob Vosmaer (GitLab)2018-02-261-67/+0
* Explicitly set cwd in Sidekiq memory killer instead of depending on getcwddm-sidekiq-memory-killer-getcwdDouwe Maan2018-02-061-1/+1
* Send SIGSTP before SIGTERM to actually give Sidekiq jobs 30s to finish when t...dm-sidekiq-sigstpDouwe Maan2017-11-021-14/+27
* Sidekiq::MemoryKiller: Add missing space in log messageBenjamin Drung2017-10-041-1/+1
* even more debugJames Lopez2016-07-061-2/+2
* better debugging for memory killer middlewarefix/sidekiq-mem-killer-debugJames Lopez2016-06-271-2/+2
* Use SIGTERM during Sidekiq memory shutdownJacob Vosmaer2016-04-211-2/+2
* Use SIGKILL by default in Sidekiq::MemoryKillerJacob Vosmaer2015-05-131-1/+1
* Add SIDEKIQ_MEMORY_KILLER_SHUTDOWN_SIGNAL env varJacob Vosmaer2015-05-071-5/+6
* Fix typoJacob Vosmaer2014-12-081-1/+1
* Use constants instead of gettersJacob Vosmaer2014-12-081-26/+13
* Wait 15 minutes before Sidekiq MemoryKiller actionJacob Vosmaer2014-12-051-15/+33
* Add comments to the MemoryKiller middlewareJacob Vosmaer2014-11-281-0/+3
* Add 'MemoryKiller' Sidekiq middlewareJacob Vosmaer2014-11-281-0/+45