-
Notifications
You must be signed in to change notification settings - Fork 69
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] Operation was canceled when start_workflow #639
Comments
I had check my logs again, this error also happens when I call signal to workflow. |
Can you replicate this reliably? If so, can you alter a sample to show how to replicate? And is it against Temporal cloud or self-hosted server? We are releasing a fix in the next couple of days for a similar error at temporalio/sdk-core#807, but we believe that only affected 1.7.0. |
Hi @cretz , thanks for your reply, I am using Temporal as self-hosted server and I can't always replicate it, sometime it happened and not. I investigated and assumed that it caused at point in above image. Currently, I added retry when call start_workflow and this error still happen but less than before. About my code, it just sample like this:
|
I am using version 1.6.0 so maybe it not similar to temporalio/sdk-core#807 |
Even if it takes a minute to replicate, any replication would help us debug. I am afraid there's not much to go on here. We have many samples/users starting hundreds/thousands of workflows without any issues on self-hosted servers. Can you make sure you're not doing something like accidentally blocking the thread in an |
Okk @cretz , thank you for your response. I will continue monitor it 😄 |
What are you really trying to do?
start_workflow
andsignal_workflow
Describe the bug
start_workflow
. Maybe it cant connect to create workflow on temporal and returntemporal_sdk_bridge.RPCError: (1, 'operation was canceled', b'')
Environment/Versions
Additional context
The text was updated successfully, but these errors were encountered: