devhomegithubextension icon indicating copy to clipboard operation
devhomegithubextension copied to clipboard

Multiple Widgets can incur SecondaryRateLimitExceeded error from GitHub

Open dkbennett opened this issue 1 year ago • 1 comments

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

dkbennett avatar Mar 15 '24 16:03 dkbennett

how often does this happen in the wild

crutkas avatar Aug 20 '24 03:08 crutkas