We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e09f5a commit 704a724Copy full SHA for 704a724
src/ServiceControl.Audit/Auditing/AuditIngestion.cs
@@ -102,6 +102,7 @@ async Task EnsureStarted(CancellationToken cancellationToken = default)
102
await stoppable.StopReceive(cancellationToken);
103
logger.Info("Shutting down due to failed persistence health check. Infrastructure shut down completed");
104
}
105
+
106
return;
107
108
@@ -168,6 +169,7 @@ async Task EnsureStopped(CancellationToken cancellationToken = default)
168
169
logger.Info("Shutting down. Already stopped, skipping shut down");
170
return; //Already stopped
171
172
173
var stoppable = queueIngestor;
174
queueIngestor = null;
175
logger.Info("Shutting down. Infrastructure shut down commencing");
0 commit comments