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: various helpers opening KVS now respect Configuration #2071

Merged
merged 2 commits into from Sep 11, 2023

Conversation

barjin
Copy link
Contributor

@barjin barjin commented Sep 8, 2023

Various parts of Crawlee called KVS.open() which lead to possible shared state between multiple concurrent crawlers. This PR makes all those parts to open KVS only with the proper Configuration instance.

@barjin barjin requested a review from B4nan September 8, 2023 12:48
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.

nice catch!

@barjin barjin merged commit 59dbb16 into master Sep 11, 2023
8 checks passed
@barjin barjin deleted the fix/kvs-respects-configuration branch September 11, 2023 10:55
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.

None yet

3 participants