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 (Collapse)Author
2016-10-11Move operations/ to new locationAchilleas Pipinellis
[ci skip]
2016-05-30succes -> successChris Spicer
2016-04-26Sidekiq MemoryKiller sends a `SIGKILL` signal, not `SIGTERM`Rémy Coutable
[ci skip] Signed-off-by: Rémy Coutable <remy@rymai.me>
2015-12-08Add 'resume' capability to parallel-rsync-reposJacob Vosmaer
2015-12-08Merge branch 'master' into sync-all-reposJacob Vosmaer
2015-11-17Rewrite HTTP links to force TLS, where possibleAlex Jordan
2015-11-01Gilab -> GitLabRobert Schilling
2015-10-06Add explanation about parallel-rsync-reposJacob Vosmaer
2015-10-05Some more text in the docJacob Vosmaer
2015-09-25Remove unwanted linebreakJacob Vosmaer
2015-09-25Rename doc fileJacob Vosmaer
2015-09-25Add parallel-rsync-repos script and start docsJacob Vosmaer
2015-06-05Make unicorn docs discoverableJacob Vosmaer
2015-06-05Try to explain Unicorn and unicorn-worker-killerJacob Vosmaer
2015-05-07Add SIDEKIQ_MEMORY_KILLER_SHUTDOWN_SIGNAL env varJacob Vosmaer
It looks like SIGTERM may not be enough to shut down a Sidekiq process when its RSS has gotten too big. This change will allow us to experiment with sending SIGKILL instead of SIGTERM to Sidekiq processes on gitlab.com.
2015-01-06Document Redis session cleanupJacob Vosmaer
2014-12-15Remove unfinished file with the wrong nameJacob Vosmaer
2014-12-15Add documentation for the Sidekiq MemoryKillerJacob Vosmaer