2 Answers
- Newest
- Most votes
- Most comments
1
-
Based on the documentation all 3 of them should be configurable in the Overrides section of the RunTask API, not in the ContainerOverrides.
-
If you try to invoke more tasks than what is configured, you should receive an error back in StepFunctions. You should use some retry mechanism, maybe with an additional Wait state to wait for other tasks to complete.
0
Agree with @Uri that you need to implement error handling for any throttling. Wanted to confirm you initially can have up to 1 million concurrent step executions open and you can start up to 10 fargate tasks via RunTask API concurrently (this is the call to start tasks but once running is cleared) so this is an area where backoff and retry is definitely needed
Relevant content
- asked 4 years ago
- asked 2 years ago
