You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -109,7 +109,7 @@ This connector uses GitLab API v4. It works with both GitLab.com and self-hosted
109
109
110
110
### Rate limits
111
111
112
-
GitLab.com enforces [per-endpoint rate limits](https://docs.gitlab.com/ee/user/gitlab_com/#gitlabcom-specific-rate-limits) on its REST API. Key limits that affect this connector include:
112
+
GitLab.com enforces per-endpoint rate limits on its REST API. The following defaults apply to [Groups API](https://docs.gitlab.com/administration/settings/rate_limit_on_members_api/), [Projects API](https://docs.gitlab.com/administration/settings/rate_limit_on_projects_api/), and general authenticated traffic:
| All other authenticated requests | 2,000 requests/min |
122
122
123
-
Self-hosted GitLab instances may have different rate limits configured by the administrator. If you encounter rate limit errors that are not automatically retried, [create an issue](https://github.com/airbytehq/airbyte/issues).
123
+
Self-hosted GitLab instances may have different rate limits configured by the administrator. The connector automatically retries requests that receive HTTP 429 responses. If you encounter persistent rate limit errors, [create an issue](https://github.com/airbytehq/airbyte/issues).
124
124
125
-
You can adjust the **Number of Concurrent Workers** setting to control how many parallel requests the connector makes. The default value of 8 is suitable for most GitLab.com users. Lower this value if you share your API quota with other integrations.
125
+
You can adjust the **Number of Concurrent Workers** setting to control how many parallel requests the connector makes. Lower this value if you share your API quota with other integrations or if you experience rate limiting.
126
+
127
+
### Inaccessible resources
128
+
129
+
The connector silently skips any group, project, or resource that returns an HTTP 403 (Forbidden) response. If you notice missing data, verify that your access token has the required permissions for the groups and projects you want to sync.
0 commit comments