How does AWS Step Functions handle long-running tasks?
- Auto-retry mechanism
- Manual intervention
- State persistence
- Timeout termination
AWS Step Functions handles long-running tasks by maintaining the state of the workflow execution, allowing it to persist even if they take hours, days, or weeks to complete.
Loading...
Related Quiz
- How can you visualize custom metrics in AWS?
- How can you adjust the concurrency settings for an AWS Lambda function?
- What are the potential consequences of over-allocating memory for an AWS Lambda function?
- What are the considerations when deploying a custom runtime in AWS Lambda?
- What are the key features of AWS SAM?