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

Pipe input and concurrent futures #13

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

DylanTiger
Copy link

  • Now it's possible to use pipe for input. Silent flag will be automatically activated.
  • Implemented concurrent futures and locks to avoid race conditions
  • Implemented batch processing to avoid frequent locks that slow down the script

- Now it's possible to use pipe for input. Silent flag will be automatically activated.
- Implemented concurrent futures and locks to avoid race conditions
-Implemented batch processing to avoid frequent locks that slow down the script
@DylanTiger DylanTiger changed the title Update main.py pipe input and concurrent futures Oct 11, 2024
@DylanTiger DylanTiger changed the title pipe input and concurrent futures Pipe input and concurrent futures Oct 11, 2024
@rotemreiss
Copy link
Owner

Thanks for the PR @DylanTiger!
I'll review it soon.

When I started working on it a while ago I created some unit tests as well, but I never had the time to complete the job.

I think that we must have unit tests for this change and I wonder if you can handle this part as well or should I try to find the time to handle it?
I can share the branch I worked on (with the failing tests)..
Any chance that

@DylanTiger
Copy link
Author

OK i may try to check...however i already know that there are little discrepancy using this updated script, probably due to the batch logics. I suppose that if the same url is in 2 different batches, it won't be unduplicated so the results may contain few duplicated urls, if you think that this is a problem i may try to solve it applying a second deduplication on the final result.

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.

2 participants