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.
1 parent be63de7 commit 8db40c8Copy full SHA for 8db40c8
src/proto/FunctionRpc.proto
@@ -96,6 +96,9 @@ message WorkerInitRequest {
96
// inform worker of supported categories and their levels
97
// i.e. Worker = Verbose, Function.MyFunc = None
98
map<string, RpcLog.Level> log_categories = 3;
99
+
100
+ // Full path of worker.config.json location
101
+ string worker_directory = 4;
102
}
103
104
// Worker responds with the result of initializing itself
0 commit comments