Added long delay during graceful coordinator restart, and some logging

This commit is contained in:
Kwoth
2022-03-21 13:25:48 +01:00
parent 1f14c9066e
commit aab5bc9744

View File

@@ -96,7 +96,8 @@ public class RemoteGrpcCoordinator : ICoordinator, IReadyExecutor
break; break;
} }
await Task.Delay(22500); Log.Information("Coordinator is restarting gracefully. Waiting...");
await Task.Delay(30_000);
} }
catch (Exception ex) catch (Exception ex)
{ {