Skip to content

GitHub API rate limit exceeded when importing big repositories

Summary

When importing big repositories from GitHub like gitlabhq\gitlabhq the API rate limit exceeds, and the imports fails.

Description

For requests using OAuth, GitHub allows us to make up to 5,000 requests per hour.

Expected Behavior

We should be allowed to import big repositories without exceeding the API rate limit.