-
Notifications
You must be signed in to change notification settings - Fork 70
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
[Bug] Worker hangs after polling error #459
Comments
Thanks for the report! The worker shutdown should succeed and the exception be thrown out of |
I don't actually run the activities. The authorization token is incorrect, so the worker cannot retrieve any tasks from the server. |
I have replicated this with your code. I think this is actually in our Rust Core layer, so I have opened temporalio/sdk-core#667. |
@cretz the ticket in rust sdk is resolved. does it mean this ticket is resolved and can be closed? |
Yes, closing. This has not yet been made available in a released Python SDK version, but we hope to do another release soon. |
Describe the bug
Worker hangs after an error during polling.
Minimal Reproduction
I just start a worker with an incorrect token, so that my server responds with
Request unauthorized.
.Output:
Then, the process just hangs forever.
Environment/Versions
The text was updated successfully, but these errors were encountered: