Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Fix scraping on Unix systems #45

Merged
merged 3 commits into from
Jan 10, 2025
Merged

Fix scraping on Unix systems #45

merged 3 commits into from
Jan 10, 2025

Conversation

ppinchuk
Copy link
Collaborator

Fix a particularly nasty bug that caused scraping to seemingly "hang" when running on Unix systems. This was being caused by a failure of async sephamores when processes are forked. Fix this issues by spawning processes instead of forking. This is the default way to spawn processes on Windows, which is why this issue went undetected previously

@ppinchuk ppinchuk self-assigned this Jan 10, 2025
@ppinchuk ppinchuk merged commit 32ab005 into main Jan 10, 2025
15 checks passed
@ppinchuk ppinchuk deleted the pp/fix_loading branch January 10, 2025 19:18
github-actions bot pushed a commit that referenced this pull request Jan 10, 2025
Fix scraping on Unix systems
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant