From 493e630c4533f2db5fb9876944f988b449634f26 Mon Sep 17 00:00:00 2001 From: Eric Jizba Date: Tue, 15 Feb 2022 17:31:55 -0800 Subject: [PATCH] Add function app dir to worker init request (#67) --- src/proto/FunctionRpc.proto | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/proto/FunctionRpc.proto b/src/proto/FunctionRpc.proto index 187b22c..04a6c78 100644 --- a/src/proto/FunctionRpc.proto +++ b/src/proto/FunctionRpc.proto @@ -113,6 +113,9 @@ message WorkerInitRequest { // Full path of worker.config.json location string worker_directory = 4; + + // base directory for function app + string function_app_directory = 5; } // Worker responds with the result of initializing itself