rust-repos
rust-repos copied to clipboard
Rate Limits not being respected
It seems that GitHub changed the way they indicate rate-limits, and now this hits it and doesn't back off properly:
- https://github.com/rust-lang/rust-repos/actions/runs/11305455650/job/31444972018
- https://github.com/rust-lang/rust-repos/actions/runs/11264991424/job/31326026410
If I remember correctly, it seems to not be hitting this code path any more: https://github.com/rust-lang/rust-repos/blob/2d1cb24d03f201af3f35ef9daa91f4d8d2f243a4/src/github/api.rs#L211 https://github.com/rust-lang/rust-repos/blob/2d1cb24d03f201af3f35ef9daa91f4d8d2f243a4/src/github/api.rs#L237
As the message does not contain "abuse".