Multiple Widgets can incur SecondaryRateLimitExceeded error from GitHub #368
Labels
Area-Widgets
Related to in-package widgets
Issue-Bug
Something isn't working or needs investigation
Priority-2
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
The text was updated successfully, but these errors were encountered: