rust-lang/rust-repos

Rate Limits not being respected

NULLx76 opened this issue · 0 comments

It seems that GitHub changed the way they indicate rate-limits, and now this hits it and doesn't back off properly:

Image

If I remember correctly, it seems to not be hitting this code path any more:

if message.contains("abuse") {

if error.message.contains("abuse") {

As the message does not contain "abuse".