Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 14b2ba5

Browse files
committedJun 15, 2022
Merge branch 'dev' into main
2 parents 51defea + 76bfa38 commit 14b2ba5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎src/proto/FunctionRpc.proto

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ message StreamingMessage {
3232
WorkerInitRequest worker_init_request = 17;
3333
// Worker responds after initializing with its capabilities & status
3434
WorkerInitResponse worker_init_response = 16;
35+
36+
// Worker periodically sends empty heartbeat message to host
37+
WorkerHeartbeat worker_heartbeat = 15;
3538

3639
// Host sends terminate message to worker.
3740
// Worker terminates if it can, otherwise host terminates after a grace period

0 commit comments

Comments
 (0)
Please sign in to comment.