Commit 27c3e349 authored by Mike Jang's avatar Mike Jang

Merge branch 'kborges/github-import-rake-add-rate-limit-doc' into 'master'

Document github rate limit behavior

See merge request gitlab-org/gitlab!33090
parents 2686807f ff1d824d
---
title: Document github rate limit behavior
merge_request: 33090
author:
type: other
......@@ -12,6 +12,11 @@ Bear in mind that the syntax is very specific. Remove any spaces within the argu
before/after the brackets. Also, some shells (for example, `zsh`) can interpret the open/close brackets
(`[]`) separately. You may need to either escape the brackets or use double quotes.
## Caveats
If the GitHub [rate limit](https://developer.github.com/v3/#rate-limiting) is reached while importing,
the importing process will wait (`sleep()`) until it can continue importing.
## Importing multiple projects
To import a project from the list of your GitHub projects available:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment