File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -88,10 +88,10 @@ message StreamingMessage {
8888 FunctionLoadResponseCollection function_load_response_collection = 32 ;
8989
9090 // Host sends required metadata to worker to warmup the worker
91- FunctionWarmupRequest function_warmup_request = 33 ;
91+ WorkerWarmupRequest worker_warmup_request = 33 ;
9292
9393 // Worker responds after warming up with the warmup result
94- FunctionWarmupResponse function_warmup_response = 34 ;
94+ WorkerWarmupResponse worker_warmup_response = 34 ;
9595
9696 }
9797}
@@ -423,12 +423,12 @@ message InvocationResponse {
423423 StatusResult result = 3 ;
424424}
425425
426- message FunctionWarmupRequest {
426+ message WorkerWarmupRequest {
427427 // Full path of worker.config.json location
428428 string worker_directory = 1 ;
429429}
430430
431- message FunctionWarmupResponse {
431+ message WorkerWarmupResponse {
432432 StatusResult result = 1 ;
433433}
434434
You can’t perform that action at this time.
0 commit comments