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 901d8b6 commit f0db459Copy full SHA for f0db459
src/WebJobs.Script.Grpc/azure-functions-language-worker-protobuf/src/proto/FunctionRpc.proto
@@ -238,6 +238,13 @@ message FunctionEnvironmentReloadRequest {
238
}
239
240
message FunctionEnvironmentReloadResponse {
241
+ // After specialization, worker sends capabilities & metadata.
242
+ // Worker metadata captured for telemetry purposes
243
+ WorkerMetadata worker_metadata = 1;
244
+
245
+ // A map of worker supported features/capabilities
246
+ map<string, string> capabilities = 2;
247
248
// Status of the response
249
StatusResult result = 3;
250
0 commit comments