Skip to content

Commit 71ecec8

Browse files
ChristoGrabnurikk-sa
authored andcommitted
Update max rate-limiting metadata (airbytehq#36734)
1 parent 94aa4d2 commit 71ecec8

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

airbyte-integrations/connectors/source-github/metadata.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ data:
1616
githubIssueLabel: source-github
1717
icon: github.svg
1818
license: MIT
19-
maxSecondsBetweenMessages: 5400
19+
maxSecondsBetweenMessages: 3600
2020
name: GitHub
2121
remoteRegistries:
2222
pypi:

airbyte-integrations/connectors/source-sentry/metadata.yaml

+5-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,11 @@ data:
1616
githubIssueLabel: source-sentry
1717
icon: sentry.svg
1818
license: MIT
19-
maxSecondsBetweenMessages: 64800
19+
# Rate limit windows are returned in the response headers of the API requests.
20+
# Senty docs (https://docs.sentry.io/api/ratelimits/) state a per-second rate limit,
21+
# but the `x-rate-limit-reset` header has been observed to return a value of up to the next full minute from a request
22+
# (e.g. request sent: 12:00:15, `x-rate-limit-reset` header value: 12:01:00).
23+
maxSecondsBetweenMessages: 60
2024
name: Sentry
2125
remoteRegistries:
2226
pypi:

airbyte-integrations/connectors/source-zendesk-support/metadata.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ data:
1717
githubIssueLabel: source-zendesk-support
1818
icon: zendesk-support.svg
1919
license: ELv2
20-
maxSecondsBetweenMessages: 10800
20+
maxSecondsBetweenMessages: 60
2121
name: Zendesk Support
2222
remoteRegistries:
2323
pypi:

0 commit comments

Comments
 (0)