devhomegithubextension
devhomegithubextension copied to clipboard
Multiple Widgets can incur SecondaryRateLimitExceeded error from GitHub
Dev Home version
No response
Windows build number
No response
Other software
No response
Steps to reproduce the bug
Create many widgets, wait and observe log. This is a bit of a race condition because it is triggered with concurrent requests.
Expected result
No response
Actual result
GitHub will return a SecondaryRateLimitExceeded exception if concurrent requests are sent. The fix is to either handle the exception (which we should probably do anyway) or move requests into a queue.
Included System Information
No response
how often does this happen in the wild