File tree 3 files changed +7
-3
lines changed
airbyte-integrations/connectors
3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 16
16
githubIssueLabel : source-github
17
17
icon : github.svg
18
18
license : MIT
19
- maxSecondsBetweenMessages : 5400
19
+ maxSecondsBetweenMessages : 3600
20
20
name : GitHub
21
21
remoteRegistries :
22
22
pypi :
Original file line number Diff line number Diff line change 16
16
githubIssueLabel : source-sentry
17
17
icon : sentry.svg
18
18
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
20
24
name : Sentry
21
25
remoteRegistries :
22
26
pypi :
Original file line number Diff line number Diff line change 17
17
githubIssueLabel : source-zendesk-support
18
18
icon : zendesk-support.svg
19
19
license : ELv2
20
- maxSecondsBetweenMessages : 10800
20
+ maxSecondsBetweenMessages : 60
21
21
name : Zendesk Support
22
22
remoteRegistries :
23
23
pypi :
You can’t perform that action at this time.
0 commit comments