Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiple Widgets can incur SecondaryRateLimitExceeded error from GitHub #368

Open
dkbennett opened this issue Mar 15, 2024 · 1 comment
Open
Assignees
Labels
Area-Widgets Related to in-package widgets Issue-Bug Something isn't working or needs investigation Priority-2

Comments

@dkbennett
Copy link
Member

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 dkbennett added the Issue-Bug Something isn't working or needs investigation label Mar 15, 2024
@dkbennett dkbennett self-assigned this Mar 15, 2024
@microsoft-github-policy-service microsoft-github-policy-service bot added the Needs-Triage New issue that the core contributors need to triage label Mar 15, 2024
@dkbennett dkbennett added Priority-2 and removed Needs-Triage New issue that the core contributors need to triage labels Mar 15, 2024
@krschau krschau added the Area-Widgets Related to in-package widgets label Mar 20, 2024
@crutkas
Copy link
Member

crutkas commented Aug 20, 2024

how often does this happen in the wild

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-Widgets Related to in-package widgets Issue-Bug Something isn't working or needs investigation Priority-2
Projects
None yet
Development

No branches or pull requests

3 participants