Multi-thread operations not compatible with UC #1214
Unanswered
Karuiizawa
asked this question in
Q&A
Replies: 1 comment 2 replies
-
I don't know how much this solves the problem. But uc works great in multiprocessing. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi guys,
Well after many tries I just can't get UC to work with multithreads (Celery), the issue comes from the patcher.py that doesn't support concurrent race runs :
I tried to patch the issue in the patcher using shutil and also tried to assign to each thread it's own instance of chromedriver :
But still I get the same issue.
That's unfortunate since we really need multithread support in order to scale the process
Anyone got it to work ?
Beta Was this translation helpful? Give feedback.
All reactions