Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
Event 2.0.2
-
None
Description
The current thread pool config has a limit of 10 threads with an unbounded queue, in this case if 10 threads are running and
another one is about to start, this one gets queue. If more job queues are added, this means more permanent running threads.
As soon as there are 10 permanent running threads, no new thread is freed which means the queue can never get empty.