AWS Step Functions State Machine execution hangs out

0

One of our Step Functions state machine stopped working properly - it just hangs out on one of the step.

The state machine(A) executes two other state machines(B and C). When execution of B completes state machine continues its flow and executes C. Despite of the completion of C, state machine A does not continues its flow - it just freezes(it hanged out for a couple of days until we realized that something is wrong despite C completed after a few hours). I reviewed the configuration and IAM role policy but everything is done according to the documentation and we have not change anything in this process for some time. That just started happening around 20th October and before that it worked.

I believe that is some issue on AWS side and created a support ticket for that but from my experience I doubt that they will help as have only basic support plan. I'm considering recreating the state machine but first just wanted to ask, if there is anyone how faced with similar issue recently.

已提问 1 年前387 查看次数
2 回答
0

Can you share the state you are having an issue with (e.g., Lambda task, activity task)? If it is an activity task, a common issue is that an activity worker does not poll a task token to start the task.

AWS
Taka_M
已回答 1 年前
0

It is just "Resource":"arn:aws:states:::states:startExecution.sync:2"

已回答 1 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则