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

fix: handle async errors in background filters pipeline #1571

Merged
merged 1 commit into from
Nov 12, 2024

Conversation

myandrienko
Copy link
Contributor

Our background filters pipeline has an async part that runs out of band with the rest of the pipeline. Errors originating in this async part (like #1565) were not properly handled, didn't invoke the onError callback, and caused unhandled rejection errors in the console.

This PR fixes these issues.

@myandrienko myandrienko merged commit 53a5ac3 into main Nov 12, 2024
13 checks passed
@myandrienko myandrienko deleted the background-filters-async-on-error branch November 12, 2024 16:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants