Step Function not waiting to the specified time

0

Hello everyone,

I face a rare case in my process where some step functions are not executing well. We have thousand of step functions executed per day, they all start with a wait state until a specified timestamp (timestampPath). Usually the waiting state is from 1 to 6 minutes. But sometimes it waits for multiple hours before to resume the rest of the process without any error.

I have already checked that I did not send a wrong timestampPath

I have no clue on what can provoke that.

thank you for your help

newza
asked a year ago418 views
2 Answers
0

You indicate that you use timestampPath, which takes an absolute time stamp. Any chance that you give it the wrong time? I would recommend that you look at the execution log to see what is going on there.

profile pictureAWS
EXPERT
Uri
answered a year ago
  • Could it be a timezone issue? Does it start in the right minute, but the wrong hour? What does the logs show for this state?

0

Hello

it is the first thing I checked after I saw the thing. The timestampPath was good, and the function was suppose to wait only a few minutes

newza
answered a year ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions