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

Add cache_path arg to WebScraperStage #1358

Merged
merged 6 commits into from
Nov 14, 2023

Conversation

cwharris
Copy link
Contributor

Allows injecting an optional cache path to the WebScraperStage. If cache_path is not None, it uses the path as the path for the response caching system's sqllite database. If cache_path is None, the response caching system is bypassed.

Closes #1355

@cwharris cwharris added non-breaking Non-breaking change feature request New feature or request labels Nov 13, 2023
@cwharris cwharris requested a review from a team as a code owner November 13, 2023 18:29
@cwharris cwharris changed the title Add cache_path arg to WebScraperStage Add cache_path arg to WebScraperStage Nov 13, 2023
@cwharris
Copy link
Contributor Author

/merge

@rapids-bot rapids-bot bot merged commit 264d950 into nv-morpheus:fea-sherlock Nov 14, 2023
5 of 6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request non-breaking Non-breaking change
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants