Closed liliankasem closed 1 year ago
@vrdmr can we prioritize this for the next sprint?
Documentation to help with implementation: https://dev.azure.com/msazure/One/_git/AAPT-Antares-Docs?path=/TeamDocs/FunctionTeamDocs/Design/OOPWorkers/WorkerMetadata.md&version=GBmaster&_a=preview
@liliankasem Hi Lilian, sure a task to added to our backlog and we will prioritize it next sprint.
The protobuf has been updated to include a
WorkerMetadata
property within theWorkerInitResponse
message. The worker should includeWorkerMetadata
when sending theWorkerInitResponse
to the host.PR for reference on how to fill in the fields.
You will need to pull in the latest protobuf version first (this doc may help).