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

Cannot run multi-thread with RPA - try turbo mode r.init(turbo_mode = True) ? #435

Closed
bbbbho opened this issue Nov 11, 2022 · 2 comments
Closed
Labels

Comments

@bbbbho
Copy link

bbbbho commented Nov 11, 2022

using .init() in different thread with the threading library.
It cannot run the RPA separately in multiple windows to execute the RPA tasks in parallel.

@kensoh
Copy link
Member

kensoh commented Feb 4, 2023

Hi @bbbbho I'm afraid this is not supported out of the box.

Because rpa package is built on TagUI engine, and that engine isn't tested and designed for parallel processing. The goal of that project was to replicate user's actions on the UI, thus it doesn't make sense to have parallel processing on the same web browser or desktop. You can try to use turbo mode to considerably speed up.

@kensoh kensoh added the query label Feb 4, 2023
@kensoh kensoh changed the title Cannot run multi-thread with RPA Cannot run multi-thread with RPA - try turbo mode r.init(turbo_mode = True) ? Feb 4, 2023
@kensoh
Copy link
Member

kensoh commented Feb 11, 2023

(closing issue for now, but please feel free to open or share any thoughts or questions)

@kensoh kensoh closed this as completed Feb 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

2 participants