This repository was archived by the owner on Sep 30, 2024. It is now read-only.
This repository was archived by the owner on Sep 30, 2024. It is now read-only.
Add rate.Limiter to GitHub changeset source for create changeset operation #56092
Open
Description
We're seeing issues with GitHub disallowing PRs to be created because "requests are made in too quick succession", adding some basic in-memory rate.Limiter with a rate of 0.5/s or so should make this a bit better. It will add a slight artificial delay but I think that's better than running into errors.