summaryrefslogtreecommitdiff
path: root/lib/gitlab/sidekiq_middleware
Commit message (Expand)AuthorAgeFilesLines
* Migrate correlation and tracing code to LabKitan-use-labkitAndrew Newdigate2019-04-182-4/+4
* 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-282-135/+69
* Log and pass correlation-id between Unicorn, Sidekiq and GitalyKamil Trzciński2018-12-062-0/+29
* Clear BatchLoader context between Sidekiq jobsDouwe Maan2018-11-221-0/+13
* Enable even more frozen string for lib/gitlabgfyoung2018-11-193-0/+6
* Resolve "Make a Rubocop that forbids returning from a block"🙈 jacopo beschi 🙉2018-04-181-1/+1
* Restart Unicorn and Sidekiq when GRPC throws 14:Endpoint read failedJacob Vosmaer (GitLab)2018-02-262-67/+133
* 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
* Merge branch 'aiionx_sidekiq_log_patch' into 'master' Rémy Coutable2016-10-031-1/+1
|\
| * aiionx_sidekiq_log_patchDavid2016-04-151-1/+1
* | Add support for using RequestStore within Sidekiq tasks via SIDEKIQ_REQUEST_S...Stan Hu2016-07-251-0/+13
* | 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
* Log Sidekiq argumentsJacob Vosmaer2014-07-281-0/+10