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.

질문됨 일 년 전407회 조회
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
답변함 일 년 전
0

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

답변함 일 년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠