File tree Expand file tree Collapse file tree 1 file changed +10
-6
lines changed
packages/service-error-classification/src Expand file tree Collapse file tree 1 file changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -25,14 +25,18 @@ export const STILL_PROCESSING_ERROR_CODES = ["PriorRequestNotComplete"];
25
25
* These errors are always retryable.
26
26
*/
27
27
export const THROTTLING_ERROR_CODES = [
28
- "BandwidthLimitExceeded" ,
28
+ "Throttling" ,
29
+ "ThrottlingException" ,
30
+ "ThrottledException" ,
31
+ "RequestThrottledException" ,
32
+ "TooManyRequestsException" ,
29
33
"ProvisionedThroughputExceededException" ,
34
+ "TransactionInProgressException" ,
30
35
"RequestLimitExceeded" ,
36
+ "BandwidthLimitExceeded" ,
37
+ "LimitExceededException" ,
31
38
"RequestThrottled" ,
32
- "RequestThrottledException" ,
33
39
"SlowDown" ,
34
- "ThrottledException" ,
35
- "Throttling" ,
36
- "ThrottlingException" ,
37
- "TooManyRequestsException"
40
+ "PriorRequestNotComplete" ,
41
+ "EC2ThrottledException"
38
42
] ;
You can’t perform that action at this time.
0 commit comments