Skip to content
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] strange workflow task timeout #778

Open
hebrd opened this issue Mar 1, 2025 · 1 comment
Open

[Bug] strange workflow task timeout #778

hebrd opened this issue Mar 1, 2025 · 1 comment
Labels
bug Something isn't working

Comments

@hebrd
Copy link

hebrd commented Mar 1, 2025

I've set the activity timeout to 3600 seconds in the settings. Most tasks complete normally, but some are not polled and executed by the worker until several hours later.

Below is the event history—I'm unsure what happened. Could anyone help diagnose this issue?

Thanks in advance!

Image

@hebrd hebrd added the bug Something isn't working label Mar 1, 2025
@cretz
Copy link
Member

cretz commented Mar 7, 2025

Workflow task timeout means something worker side is preventing that workflow task from responding within 10 seconds. It could be any number of things (e.g. blocking the thread in async def functions somewhere in the system such as activities). Event history alone cannot give us enough information about the code. If at all possible to provide a small, standalone replication (even if it has to be run several times to see it or be put in some kind of loop), that could help.

Also, you can use our traditional support methods instead of GitHub if you'd like: https://temporal.io/community.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants