1 Answer
- Newest
- Most votes
- Most comments
0
Hi,
You may want to read this KC article to minimize throttling: https://repost.aws/knowledge-center/glue-throttling-rate-exceeded
API Throttling is a "normal" situation when you make too many service requests in parallel: you just have to handle those exceptions with the standard technique of exponential backoff until they are all accepted. The Step Function is a good mechanism to implement such backoff
See https://en.wikipedia.org/wiki/Exponential_backoff
To be more specific to AWS, this page is interesting: https://aws.amazon.com/builders-library/timeouts-retries-and-backoff-with-jitter/
Mechanisms in Step Functions to handle such backoff strategy: https://docs.aws.amazon.com/step-functions/latest/dg/concepts-error-handling.html
Best,
Didier
Relevant content
- asked a year ago
- Accepted Answerasked a year ago
- Accepted Answerasked 3 years ago
- AWS OFFICIALUpdated 10 months ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 10 months ago
- AWS OFFICIALUpdated a year ago