-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Populate WorkerMetadata in WorkerInitResponse message #821
Comments
Latest proto version is now v1.5.8 Edit: I had to force push so please confirm the commit hash is |
@Francisco-Gamino 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 -- Yes, we will include this fix in the next sprint. |
Thank you! |
Adding prerequisite for this work item: #875. |
prerequisite work item has been completed. |
@liliankasem - In order to populate the language worker |
@liliankasem -- The next deployment (which starts January 3rd) of the PowerShell worker 7.2 will have this fix. |
Great! thank you |
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).
The text was updated successfully, but these errors were encountered: