-
Notifications
You must be signed in to change notification settings - Fork 45
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
use ThreadPool for multi-thread #154
Conversation
@dixudx I am wondering why did you revert the multiprocessing changes? I couldn't observe issues like in #151 but I had just around 90 issues compared to 302. Pagination should have worked because they were more than 50 issues. Furthermore, I would recommend a |
@casabre sorry for reverting your commits. When I added somes CIs for this project, the multiprocessing commits failed on many test cases. #151 (comment) also had such problems.
The pickling error is really a big headache. I've tried using Using |
@dixudx I understand. Stability first! But I am really wondering why it was working out at my setup. I can offer that we can work out a solution together. |
But you can stick at least with the multi-thread approach in |
@casabre Sure. Please submit another PR.
Yeah. Please feel free to work on this. Using a top-level function is preferred instead of a sub-function. |
@dixudx how do you format your code? I am using black as default and as far as I am seeing it, |
Please try with
to format your codes. |
master does not work for be and results in an error |
@MartinBarkerPhilips What is your Python version? |
I am on Python 3.10.4 |
No description provided.