Skip to content

Fix a QuotaExceededError recursion issue in development branch#7776

Merged
robwalch merged 1 commit intomasterfrom
bugfix/fix-quota-exceeded-queue-recursion-in-dev
Apr 6, 2026
Merged

Fix a QuotaExceededError recursion issue in development branch#7776
robwalch merged 1 commit intomasterfrom
bugfix/fix-quota-exceeded-queue-recursion-in-dev

Conversation

@robwalch
Copy link
Copy Markdown
Collaborator

@robwalch robwalch commented Apr 4, 2026

This PR will...

Fix a QuotaExceededError recursion issue introduced in dev by #7749.
Improves QuotaExceededError handling and flush operation error handling.

Why is this Pull Request needed?

Removes redundant code and ensures that failed operations are not enqueued in a way that would cause recursion, and that the state blocking enqueueing is handled on the queue and cleared after it completes.

Are there any points in the code the reviewer needs to double check?

Resolves issues:

Checklist

  • changes have been done against master branch, and PR does not conflict
  • new unit / functional tests have been added (whenever applicable)
  • API or design changes are documented in API.md

@robwalch robwalch added this to the 1.7.0 milestone Apr 4, 2026
@robwalch robwalch merged commit 202195a into master Apr 6, 2026
16 checks passed
@robwalch robwalch deleted the bugfix/fix-quota-exceeded-queue-recursion-in-dev branch April 6, 2026 17:43
@github-project-automation github-project-automation bot moved this from Top priorities to Done in HLS.js Release Planning and Backlog Apr 6, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant