Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
A
aws-util
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Package Registry
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • lecre
  • packages
  • aws-util
  • Merge Requests
  • !1

Merged
Opened Dec 21, 2025 by Kento Hirata@k_hirataMaintainer

TransactionConflictと同時にThrottlingErrorが動いていた場合にretryが止まってしまうのを修正

  • Overview 0
  • Commits 2
  • Changes 5

relateの解決時に以下のエラーで止まっているprocessがあった TransactionConflictのチェック時に、ThrottlingErrorもチェックしてretryが動くように対応

  CancellationReasons: [
    {
      Code: 'ThrottlingError',
      Message: 'Throughput exceeds the current capacity of your table or index. DynamoDB is automatically scaling your table or index so please try again shortly. If exceptions persist, check if you have a hot key: https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/bp-partition-key-design.html'
    },
    {
      Code: 'TransactionConflict',
      Message: 'Transaction is ongoing for the item'
    }
  ],
  __type: 'com.amazonaws.dynamodb.v20120810#TransactionCanceledException',
  message: 'Transaction cancelled, please refer cancellation reasons for specific reasons [ThrottlingError, TransactionConflict]DynamoDBClient, TransactWriteItemsCommand {\n' +
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
Reference: lecre/packages/aws-util!1
Source branch: fix/sendRetryThrottlingWithTransaction

Revert this merge request

This will create a new commit in order to revert the existing changes.

Switch branch
Cancel
A new branch will be created in your fork and a new merge request will be started.

Cherry-pick this merge request

Switch branch
Cancel
A new branch will be created in your fork and a new merge request will be started.