Skip to content
Snippets Groups Projects
Commit 6a211816 authored by Evan Read's avatar Evan Read
Browse files

Merge branch 'bugfix/adjust-github-dev-docs' into 'master'

Update Working with the GitHub Importer docs

See merge request !122036



Merged-by: default avatarEvan Read <eread@gitlab.com>
Approved-by: default avatarEvan Read <eread@gitlab.com>
Co-authored-by: default avatarkrisberry-ext <kdos@softserveinc.com>
parents 593ad5bf 4d6bf2c2
No related branches found
No related tags found
1 merge request!122036Update Working with the GitHub Importer docs
Pipeline #883892687 passed
......@@ -205,7 +205,7 @@ also reduces pressure on the system as a whole.
GitLab includes a worker called `Gitlab::Import::StuckProjectImportJobsWorker`
that periodically runs and marks project imports as failed if they have been
running for more than 15 hours. For GitHub projects, this poses a bit of a
running for more than 24 hours. For GitHub projects, this poses a bit of a
problem: importing large projects could take several hours depending on how
often we hit the GitHub rate limit (more on this below), but we don't want
`Gitlab::Import::StuckProjectImportJobsWorker` to mark our import as failed because of this.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment