Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-11-22Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-11-05Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-11-04Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-10-28Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-10-23Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-10-22Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-10-10Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-18Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-10Change Sidekiq monitor namespaceQingyu Zhao
2019-08-30Fix for histogram corruption in SidekiqAndrew Newdigate
2019-08-21Put cancelled job in DeadSetKamil Trzciński
2019-08-21Properly handle `sidekiq` skipKamil Trzciński
2019-08-21Rework `Sidekiq::JobsThreads` into `Monitor`Kamil Trzciński
2019-08-21Allow to interrupt running jobsKamil Trzciński
2019-08-20Allow measurement for Sidekiq jobs taking > 2.5sAndrew Newdigate
2019-08-09Add Gitaly and Rugged call timing in Sidekiq logsStan Hu
2019-07-30Fix sidekiq memory killer warning messageShinya Maeda
2019-07-29Adds direct monitoring for sidekiq metricsRyan Cobb
2019-07-25Logging sidekiq worker class name in SidekiqMemoryKillerShinya Maeda
2019-04-18Migrate correlation and tracing code to LabKitAndrew Newdigate
2019-03-09Fix the last-ditch memory killer pgroup SIGKILLNick Thomas
2019-03-04sidekiq: terminate child processes at shutdownNick Thomas
2019-03-01SIGSTP should be SIGTSTPNick Thomas
2019-02-28Revert "Restart Unicorn and Sidekiq when GRPC throws 14:Endpoint read failed"Nick Thomas
2018-12-06Log and pass correlation-id between Unicorn, Sidekiq and GitalyKamil Trzciński
2018-11-22Clear BatchLoader context between Sidekiq jobsDouwe Maan
2018-11-20Enable even more frozen string for lib/gitlabgfyoung
2018-04-18Resolve "Make a Rubocop that forbids returning from a block"🙈 jacopo beschi 🙉
2018-02-26Restart Unicorn and Sidekiq when GRPC throws 14:Endpoint read failedJacob Vosmaer (GitLab)
2018-02-06Explicitly set cwd in Sidekiq memory killer instead of depending on getcwdDouwe Maan
2017-11-02Send SIGSTP before SIGTERM to actually give Sidekiq jobs 30s to finish when t...Douwe Maan
2017-10-04Sidekiq::MemoryKiller: Add missing space in log messageBenjamin Drung
2016-10-03Merge branch 'aiionx_sidekiq_log_patch' into 'master' Rémy Coutable
2016-07-26Add support for using RequestStore within Sidekiq tasks via SIDEKIQ_REQUEST_S...Stan Hu
2016-07-06even more debugJames Lopez
2016-06-27better debugging for memory killer middlewareJames Lopez
2016-04-21Use SIGTERM during Sidekiq memory shutdownJacob Vosmaer
2016-04-15aiionx_sidekiq_log_patchDavid
2015-05-13Use SIGKILL by default in Sidekiq::MemoryKillerJacob Vosmaer
2015-05-07Add SIDEKIQ_MEMORY_KILLER_SHUTDOWN_SIGNAL env varJacob Vosmaer
2014-12-08Fix typoJacob Vosmaer
2014-12-08Use constants instead of gettersJacob Vosmaer
2014-12-05Wait 15 minutes before Sidekiq MemoryKiller actionJacob Vosmaer
2014-11-28Add comments to the MemoryKiller middlewareJacob Vosmaer
2014-11-28Add 'MemoryKiller' Sidekiq middlewareJacob Vosmaer
2014-07-28Log Sidekiq argumentsJacob Vosmaer