Replies: 1 comment 3 replies
-
Yes: https://github.com/google/go-github/blob/v64.0.0/github/github.go#L989 |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I've noticed that my Commit Status alerts are hitting secondary rate limit errors:
{"level":"error","ts":"2025-05-09T19:56:44.251Z","logger":"event-server","msg":"failed to send notification","eventInvolvedObject":{"kind":"Kustomization","namespace":"security","name":"authentik-provision","uid":"635c894b-5b93-45c4-85b4-41343a6276ea", "apiVersion":"kustomize.toolkit.fluxcd.io/v1","resourceVersion":"536279175"},"Alert":{"name":"github","namespace":"security"},"error":"could not list commit statuses: GET https://api.github.com/repos/.../statuses?per_page=50: 403 You have exceeded a secondary rate limit. Please wait a few minutes before you try again. If you reach out to GitHub Support for help, please include the request ID A14C:2EE03D:258F6:4BB8F:681E5DFA."}Does the Alerts API honor the rate limit headers that Github's API responds with?
https://docs.github.com/en/rest/using-the-rest-api/troubleshooting-the-rest-api?apiVersion=2022-11-28#rate-limit-errors
I've check the Github PAT and verified it can read git repos and modify commit status.
Beta Was this translation helpful? Give feedback.
All reactions