Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
Unknown
Description
The scheduler has option concurrentTasks which is 1 by default. But if you set it to 2+ then you would have the scheduler 2+ times which is not intentional.
What users meant to configure is the pool size, so the thread pool may have 2+ threads instead of a single as worker