Session locking explained (Datastore)

Let’s say a player was in Server A, then leaves and joins a new server (Server B), the data from Server A is still saving and sessionlocked.

What can I do in Server B to make sure the player’s data will be eventually loaded? I don’t want to return nil and not load their data