Why the stack trace shows workflow being blocked on an activity #4368
-
Beta Was this translation helpful? Give feedback.
Answered by
longquanzheng
Aug 16, 2021
Replies: 1 comment 4 replies
-
Activity pending means it’s either waiting for activity worker to pick up the task(scheduled but not started) or to complete the activity (started but not completed) In your case it’s waiting for activity to complete. Also make sure you set the right retry policy and timeout for it so that it can tolerate activity worker failure/restart |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
longquanzheng
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Activity pending means it’s either waiting for activity worker to pick up the task(scheduled but not started) or to complete the activity (started but not completed)
In your case it’s waiting for activity to complete.
Also make sure you set the right retry policy and timeout for it so that it can tolerate activity worker failure/restart