rust-repos icon indicating copy to clipboard operation
rust-repos copied to clipboard

Rate Limits not being respected

Open NULLx76 opened this issue 1 year ago • 0 comments

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

Image

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".

NULLx76 avatar Oct 15 '24 15:10 NULLx76