Open
Description
My public Scala Steward instance has repeatedly hit GitHub's secondary rate limit recently when creating PRs:
org.scalasteward.core.util.UnexpectedResponse: uri: https://api.github.com/repos/***/***/pulls
method: POST
status: 403 Forbidden
headers: Headers(
access-control-allow-origin: *,
access-control-expose-headers: ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, Deprecation, Sunset
content-security-policy: default-src 'none'
content-type: application/json; charset=utf-8
date: Wed, 10 Nov 2021 04:26:48 GMT
referrer-policy: origin-when-cross-origin
strict-origin-when-cross-origin
server: GitHub.com
strict-transport-security: max-age=31536000; includeSubdomains; preload
vary: Accept-Encoding, Accept, X-Requested-With
x-accepted-oauth-scopes:
x-content-type-options: nosniff
x-frame-options: deny
x-github-media-type: github.v3
x-github-request-id: B1C8:AD73:2D8A937:2E660AE:618B4A03
x-oauth-scopes: delete_repo
notifications, repo, workflow
x-ratelimit-limit: 5000
x-ratelimit-remaining: 4290
x-ratelimit-reset: 1636520514
x-ratelimit-resource: core
x-ratelimit-used: 710
x-xss-protection: 0
)
body: {
"message":"You have exceeded a secondary rate limit and have been temporarily blocked from content creation. Please retry your request again later.",
"documentation_url":"https://docs.github.com/rest/overview/resources-in-the-rest-api#secondary-rate-limits"
}
GitHub docs about the secondary rate limit are here:
- https://docs.github.com/en/rest/overview/resources-in-the-rest-api#secondary-rate-limits
- https://docs.github.com/en/rest/guides/best-practices-for-integrators#dealing-with-secondary-rate-limits
The response doesn't include a Retry-After
header, so we don't know how long Scala Steward should wait before creating the next PR.