Skip to content

Commit 8db40c8

Browse files
authored
Add worker_directory (#48)
1 parent be63de7 commit 8db40c8

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
@@ -96,6 +96,9 @@ message WorkerInitRequest {
9696
// inform worker of supported categories and their levels
9797
// i.e. Worker = Verbose, Function.MyFunc = None
9898
map<string, RpcLog.Level> log_categories = 3;
99+
100+
// Full path of worker.config.json location
101+
string worker_directory = 4;
99102
}
100103

101104
// Worker responds with the result of initializing itself

0 commit comments

Comments
 (0)