gitlab-org--gitlab-foss/changelogs/unreleased/41016-import-gitlab-shell-projects.yml
Nick Thomas 4b785df27b
Import gitlab_projects.rb from gitlab-shell
By importing this Ruby code into gitlab-rails (and gitaly-ruby), we avoid
200ms of startup time for each gitlab_projects subprocess we are eliminating.

By not having a gitlab_projects subprocess between gitlab-rails / sidekiq and
any git subprocesses (e.g. for fork_project, fetch_remote, etc, calls), we can
also manage these git processes more cleanly, and avoid sending SIGKILL to them
2017-12-14 16:00:04 +00:00

6 lines
132 B
YAML

---
title: Import some code and functionality from gitlab-shell to improve subprocess
handling
merge_request:
author:
type: other