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
logger.LogInformation($"Aborting ongoing migration for {toolState.EndpointName}");
27
+
}
28
+
else
29
+
{
30
+
logger.LogInformation("Cleaning up changes made in the previous interrupted migration");
31
+
}
24
32
25
33
awaittimeoutStorage.Abort();
34
+
35
+
logger.LogInformation("Previous migration was successfully aborted. That means that the timeouts hidden away from the TimeoutManager, have been made available again");
0 commit comments