-
Notifications
You must be signed in to change notification settings - Fork 53
Adding "WorkerStatus" capability #782
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Hi @alrod -- Thank you for making this change. After the PR is merged, I will port this change to the PowerShell language worker |
Co-authored-by: Alexey Rodionov <[email protected]>
Co-authored-by: Alexey Rodionov <[email protected]>
Co-authored-by: Alexey Rodionov <[email protected]>
Resolves #785
PowerShell supports WorkerStatus requests but function hosts does not call the api as there is no corresponding capability:
PowerShell worker WorkerStatus support:
https://github.com/Azure/azure-functions-powershell-worker/blob/dev/src/RequestProcessor.cs#L57
Function Host check for WorkerStatus capability:
https://github.com/Azure/azure-functions-host/blob/dev/src/WebJobs.Script.Grpc/Channel/GrpcWorkerChannel.cs#L162