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-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-22Add frozen_string_literal to lib part 2Thong Kuah
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-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-06Revert "Prefer to use correlation-id in logs"Kamil Trzciński
2018-12-06Prefer to use correlation-id in logsKamil Trzciński
2018-12-06Log and pass correlation-id between Unicorn, Sidekiq and GitalyKamil Trzciński
2018-02-26Restart Unicorn and Sidekiq when GRPC throws 14:Endpoint read failedJacob Vosmaer (GitLab)
2017-11-02Send SIGSTP before SIGTERM to actually give Sidekiq jobs 30s to finish when t...Douwe Maan