stepfunction parallel state branches limit

0

Hello, I'm learning step function.

is there any quota in (max number of branches in Parallel state) ? I can see max concurrency of Map state in the documentation, but can't find of Parallel state.

질문됨 일 년 전431회 조회
1개 답변
0
수락된 답변

Hi, StepFunctions have by default a quota a 10'000 registered activities at any given moment. See https://docs.aws.amazon.com/step-functions/latest/dg/limits-overview.html

As per https://docs.aws.amazon.com/step-functions/latest/dg/amazon-states-language-task-state.html

All work in your state machine is done by tasks. A task performs work 
by using an activity or an AWS Lambda function, or by passing parameters 
to the API actions of other services.

Parallel in itself may have lower limits that I don't know of.

In my experience, we try to avoid Parallel with too many branch. We rather go with Step Functions launching other Step Functions in some Parallel like yours

See https://docs.aws.amazon.com/step-functions/latest/dg/sample-start-workflow.html

Step-in-Step reduces the complexity of workflow management in edge conditions.

profile pictureAWS
전문가
답변함 일 년 전

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

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

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

관련 콘텐츠