-
Sub-task
-
Resolution: Done
-
Major
-
None
-
None
With the new locking, when locks are released we need to unblock possible queued commands waiting for the lock. Since this method can be invoked quite often, it is not desire to have the invocation thread doing the checks and moving tasks (and they can be executed if configured with RunCallersPolicy).
Moving the check to a different thread is needed.