The transition to the newer dispatch system can now proceed without legacy queues lingering indefinitely. The draining process for legacy master queues has been updated to strictly remove entries once processed. Previously, if a queue still contained messages during the drain phase, it was inadvertently placed back into the legacy tracking system. The handling queue updates now unconditionally removes the queue identifier from the legacy master queue, relying entirely on the V2 dispatch path for any new operations.