You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if the pause is failed the migration will not finish or will be finished with data loss, so we need to consider several options or mix of these options:
make a longer pause, for example 10 seconds. Less chance that migration finalization will fail
increase pause after every migration finalization fails. Better instance availability if huge requests are not often
force finish of migration process with data loss.
The text was updated successfully, but these errors were encountered:
if the pause is failed the migration will not finish or will be finished with data loss, so we need to consider several options or mix of these options:
The text was updated successfully, but these errors were encountered: