Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
0.1.0, 0.2.0
-
None
-
None
Description
The MultiThreadedTaskMaster has issues with initial queues that are smaller than the thread count.
It also has trouble with small queues where tasks are executed quicker than new tasks (from the executing tasks) can be added. It will frequently end operation when there should be more tasks coming.