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
_workerProcessLogger.LogDebug(ex,"An exception was thrown while waiting for process {processId} to exit. It is possible that the process had already exited and this can be ignored.",Process?.Id);
_workerProcessLogger.LogWarning($"Worker process has not exited despite waiting for {processExitTimeoutInMilliseconds} ms");
243
+
_workerProcessLogger.LogWarning("Worker process {processId} has not exited despite waiting for {processExitTimeoutInMilliseconds} ms",Process?.Id,processExitTimeoutInMilliseconds);
0 commit comments