Skip to content

Commit 2d0ac22

Browse files
committed
Updated language worker restart error message for improved clarity. Fixes #5388.
1 parent 1359d0a commit 2d0ac22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/WebJobs.Script/Workers/Rpc/FunctionRegistration/RpcFunctionInvocationDispatcher.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ private async Task RestartWorkerChannel(string runtime, string workerId)
364364
}
365365
else if (_jobHostLanguageWorkerChannelManager.GetChannels().Count() == 0)
366366
{
367-
_logger.LogError("Exceeded language worker restart retry count for runtime:{runtime}. Shutting down Functions Host", runtime);
367+
_logger.LogError("Exceeded language worker restart retry count for runtime:{runtime}. Shutting down and proactively recycling the Functions Host to recover", runtime);
368368
_applicationLifetime.StopApplication();
369369
}
370370
}

0 commit comments

Comments
 (0)