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

回答なし

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ