-
Notifications
You must be signed in to change notification settings - Fork 441
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
Extensions RPC lifetime mismatch between server and JobHost leads to incorrect RPC calls #10540
Comments
Vote up. We have a lot of RPC exception when send a bulk of messages to Azure message bus.
|
@goldmelodyvn that call stack is not related to this issue. Please open a separate issue. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The current design of the extension RPC server has it piggy backing off the general worker gRPC server. The lifetime mismatch between individual workers and this server causes issues during job host transitions. We will need explore one of two options:
The text was updated successfully, but these errors were encountered: