feat: fetcher: try multiple candidates rather just the best one
This commit is contained in:
@@ -29,7 +29,7 @@ FetcherMethodType = Literal[
|
||||
]
|
||||
|
||||
# Fetchers within a group run in parallel; groups run sequentially.
|
||||
# A group that produces any positive result stops the pipeline.
|
||||
# A group that produces any trusted and synced result stops the pipeline.
|
||||
_FETCHER_GROUPS: list[list[FetcherMethodType]] = [
|
||||
["local"],
|
||||
["cache-search"],
|
||||
|
||||
Reference in New Issue
Block a user