Skip to content

Commit

Permalink
Update max rate-limiting metadata (#36734)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristoGrab committed Apr 3, 2024
1 parent a2115ec commit 8c4095c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ data:
githubIssueLabel: source-github
icon: github.svg
license: MIT
maxSecondsBetweenMessages: 5400
maxSecondsBetweenMessages: 3600
name: GitHub
remoteRegistries:
pypi:
Expand Down
6 changes: 5 additions & 1 deletion airbyte-integrations/connectors/source-sentry/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,11 @@ data:
githubIssueLabel: source-sentry
icon: sentry.svg
license: MIT
maxSecondsBetweenMessages: 64800
# Rate limit windows are returned in the response headers of the API requests.
# Senty docs (https://docs.sentry.io/api/ratelimits/) state a per-second rate limit,
# but the `x-rate-limit-reset` header has been observed to return a value of up to the next full minute from a request
# (e.g. request sent: 12:00:15, `x-rate-limit-reset` header value: 12:01:00).
maxSecondsBetweenMessages: 60
name: Sentry
remoteRegistries:
pypi:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ data:
githubIssueLabel: source-zendesk-support
icon: zendesk-support.svg
license: ELv2
maxSecondsBetweenMessages: 10800
maxSecondsBetweenMessages: 60
name: Zendesk Support
remoteRegistries:
pypi:
Expand Down

0 comments on commit 8c4095c

Please sign in to comment.