Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
-
None
-
None
Description
Currently, RpcTimeout tracks the number of users. When the number of users becomes zero, it should shut down the scheduler .
Instead of tracking users, it is better to try the number of tasks. When the number of tasks becomes zero, it should shut down the scheduler.