How can I run more than two Thread to parse multiple documents with DocumentProcessorServiceAsyncClient – python
#As such the code works but only with two Threads, if I add another one, the process stops and then takes a time out, I don’t know if DocumentProcessorServiceAsyncClient will have a limit of two threads at a time although most likely I am doing something wrong.