Skip to content
代码片段 群组 项目
未验证 提交 ef9cee18 编辑于 作者: Evan Read's avatar Evan Read 提交者: GitLab
浏览文件

Merge branch 'mw-update-github-importer-docs' into 'master'

Remove mention of rake task in GitHub importer docs

See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/149982



Merged-by: default avatarEvan Read <eread@gitlab.com>
Approved-by: default avatarEvan Read <eread@gitlab.com>
Co-authored-by: default avatarMartin Wortschack <mwortschack@gitlab.com>
No related branches found
No related tags found
无相关合并请求
...@@ -6,15 +6,7 @@ info: Any user with at least the Maintainer role can merge updates to this conte ...@@ -6,15 +6,7 @@ info: Any user with at least the Maintainer role can merge updates to this conte
# GitHub importer developer documentation # GitHub importer developer documentation
The GitHub importer offers two different types of importers: The GitHub importer is a parallel importer that uses Sidekiq.
- A sequential importer. Used by the `import:github` Rake task.
- A parallel importer. Used by everything else.
The difference between these two importers is:
- The sequential importer does all the work in a single thread, so it's more suited for debugging purposes or Rake tasks.
- The parallel importer uses Sidekiq.
## Prerequisites ## Prerequisites
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册