fix: add error handling to SearchProviderRegistry #30

Open
Charon wants to merge 0 commits from feat/search-provider-error-handling into dev
Member

Wrap individual provider search calls in try-catch so a single provider failure no longer breaks the entire search. Failures are logged as warnings and the remaining providers continue normally.

Fixes #11

Wrap individual provider search calls in try-catch so a single provider failure no longer breaks the entire search. Failures are logged as warnings and the remaining providers continue normally. Fixes #11
This branch is already included in the target branch. There is nothing to merge.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin feat/search-provider-error-handling:feat/search-provider-error-handling
git checkout feat/search-provider-error-handling

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git checkout dev
git merge --no-ff feat/search-provider-error-handling
git checkout feat/search-provider-error-handling
git rebase dev
git checkout dev
git merge --ff-only feat/search-provider-error-handling
git checkout feat/search-provider-error-handling
git rebase dev
git checkout dev
git merge --no-ff feat/search-provider-error-handling
git checkout dev
git merge --squash feat/search-provider-error-handling
git checkout dev
git merge --ff-only feat/search-provider-error-handling
git checkout dev
git merge feat/search-provider-error-handling
git push origin dev
Sign in to join this conversation.
No description provided.