-
Notifications
You must be signed in to change notification settings - Fork 107
Closed
Description
Implement WorkerHeartbeat defined here: https://github.com/Azure/azure-functions-language-worker-protobuf/blob/dev/src/proto/FunctionRpc.proto#L136
This can be a simple log message that worker sends every 10secs.
This will help during CRI analysis. As of now it is not possible to figure out health of the worker until we see crash logs.