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.
2 parents 51defea + 76bfa38 commit 14b2ba5Copy full SHA for 14b2ba5
src/proto/FunctionRpc.proto
@@ -32,6 +32,9 @@ message StreamingMessage {
32
WorkerInitRequest worker_init_request = 17;
33
// Worker responds after initializing with its capabilities & status
34
WorkerInitResponse worker_init_response = 16;
35
+
36
+ // Worker periodically sends empty heartbeat message to host
37
+ WorkerHeartbeat worker_heartbeat = 15;
38
39
// Host sends terminate message to worker.
40
// Worker terminates if it can, otherwise host terminates after a grace period
0 commit comments