cruise
cruise copied to clipboard
Cancel `STOP` plan op when the worker task is already finished
When deleting worker in Cruise-PS, STOP
plan operation, which stops worker task should be done first.
But worker task can end before receives STOP
plan operation.
In this case, PlanExecutor
should detect that situation and bypass the STOP
plan op.