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: crawler instances with different StorageClients do not affect each other #2056

Merged
merged 2 commits into from
Aug 29, 2023

Conversation

barjin
Copy link
Contributor

@barjin barjin commented Aug 28, 2023

The StorageManager collection is not static - now it's tied to the current Configuration instance.

This way, the user can run multiple crawlers with different StorageClient instances at once.

Closes #2055

Copy link
Member

@B4nan B4nan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looking good, apart of the broken linter

@barjin barjin merged commit 3f4c863 into master Aug 29, 2023
7 checks passed
@barjin barjin deleted the fix/storage-manager-multiple branch August 29, 2023 12:37
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.

Unexpected behaviour when running multiple crawlers
2 participants