For Step Function Map state in Distributed mode does the minimum concurrent executions have to be 40?

0

I am reading the documentation here https://docs.aws.amazon.com/step-functions/latest/dg/concepts-asl-use-map-state-distributed.html and it says "You need a concurrency of more than 40 parallel iterations."

What if in my workflow there are some instances where I need more than 40 but not 100% of the time?

profile picture
KG
已提問 1 年前檢視次數 614 次
1 個回答
0

Hi,

40 is the limit of concurrent interactions supported by the map state in inline mode, hence the mention.

Thus, AWS recommends the Inline mode if your workflow's execution history won't exceed 25,000 entries, or if you don't require more than 40 concurrent iterations, and the Distributed mode when it is required to exceed those limits or the size of your dataset exceeds 256 KB.

You can take a look at the difference between them in the following link, but remember that Distributed mode is not supported for Express Step Functions.

profile picture
專家
已回答 1 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南