stepfunctions-local: wait-time-scale has no effect

0

Hello,

we are trying to use stepfunctions-local (Docker version) and Mocked Service Integrations to unit test our state machines. So far, it works great. The problem is, that the tests take too long, when there is a Wait or Retry logic in the step machine. stepfunctions-local execution waits the time that is defined in the state machine definition. I've seen that stepfunctions-local has the (rather undocumented) parameter WAIT_TIME_SCALE.

From the Docs: https://docs.aws.amazon.com/step-functions/latest/dg/sfn-local-config-options.html

Enter image description here

I've set it to 0 but the execution still waits the seconds we specified in the definition, which makes the unit test unnecessarily slow. Can you help me understand wether I'm doing something wrong? What is the WAIT_TIME_SCALE parameter anyway?

Thanks! Enes

Sem respostas

Você não está conectado. Fazer login para postar uma resposta.

Uma boa resposta responde claramente à pergunta, dá feedback construtivo e incentiva o crescimento profissional de quem perguntou.

Diretrizes para responder a perguntas