Answer the question
In order to leave comments, you need to log in
Application hangs(all threads are blocked) in case job updates are started in the same time. How can I fix it?
We have a single thread pool with 10 threads and quartz scheduler that runs out jobs in some time. Almost all jobs are using two requests to the different DBs that are later merged with Observable.zip operation.
As I understood additional blocking might occur when all threads are already used by jobs but the zip operation wants 2 threads for DB requests.
Am i right? How can I fix this issue?
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question