Skip to content

Log WorkerMetadata details from the WorkerInitResponse message #8452

@liliankasem

Description

@liliankasem

The protobuf has been updated to include a WorkerMetadata property within the WorkerInitResponse message.
The host should log the WorkerMetadata information when we handle a WorkerInitResponse.

PR for reference on how the fields look.

You will need to pull in the latest protobuf version first.

message WorkerMetadata {
  // The runtime/stack name
  string runtime_name = 1;

  // The version of the runtime/stack
  string runtime_version = 2;

  // The version of the worker or worker SDK
  string worker_version = 3;

  // The worker bitness/architecture
  string worker_bitness = 4;

  // Optional additional custom properties
  map<string, string> custom_properties = 5;
}

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions