-
Notifications
You must be signed in to change notification settings - Fork 104
Open
Labels
detector:pipThe pip detectorThe pip detectortype:refactorRefactoring or improving of existing codeRefactoring or improving of existing code
Description
Currently, the Python client that the detectors use cache the whole response, which leads to OOM when the whl
files are big.
First, I think the cache should be in the PythonResolver
level and not in the client and cache Uri
to HashSet
of the dependencies.
Also, I think the cache should be changed to IMemoryCache
instead of an actual MemoryCache
instance.
Metadata
Metadata
Assignees
Labels
detector:pipThe pip detectorThe pip detectortype:refactorRefactoring or improving of existing codeRefactoring or improving of existing code
Type
Projects
Status
Backlog