Skip to content

Commit cf9ddcc

Browse files
author
Bob Strahan
committed
Update CHANGELOG.md with throttling error detection fix for assessment functions
1 parent b283098 commit cf9ddcc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,10 @@ SPDX-License-Identifier: MIT-0
3636
- **Target Use Cases**: Windows developers needing Linux compatibility without Docker Desktop or VM overhead
3737

3838
### Fixed
39+
- **Throttling Error Detection and Retry Logic for Assessment Functions** - [GitHub Issue #45](https://github.com/aws-solutions-library-samples/accelerated-intelligent-document-processing-on-aws/issues/45)
40+
- **Assessment Function**: Enhanced throttling detection to check for throttling errors returned in `document.errors` field in addition to thrown exceptions, raising `ThrottlingException` to trigger Step Functions retry when throttling is detected
41+
- **Impact**: Improved resilience for throttling scenarios, reduced redundant processing during retries, and better Step Functions retry behavior
42+
3943
- **Security Vulnerability Mitigation - Package Updates**
4044

4145
- **GovCloud Compatibility - Hardcoded Service Domain References**

0 commit comments

Comments
 (0)