Page MenuHomePhabricator

[services] Tunnelbroker - Add DYNAMODB_MAX_BATCH_ITEMS to Constants
ClosedPublic

Authored by max on Jun 27 2022, 6:35 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Oct 4, 10:06 AM
Unknown Object (File)
Wed, Oct 2, 8:58 PM
Unknown Object (File)
Fri, Sep 27, 7:26 PM
Unknown Object (File)
Fri, Sep 27, 12:19 AM
Unknown Object (File)
Tue, Sep 24, 11:15 PM
Unknown Object (File)
Tue, Sep 24, 11:15 PM
Unknown Object (File)
Fri, Sep 13, 2:27 PM
Unknown Object (File)
Sep 4 2024, 1:28 AM

Details

Summary

This diff is a part of the stack that introduces batch operations with the DynamoDB.

The DYNAMODB_MAX_BATCH_ITEMS constant represents the maximum allowable batch size for DynamoDB which is 25 items.

Linear task: ENG-1158

Test Plan

No testing is needed, it's just a constant.

Diff Detail

Repository
rCOMM Comm
Branch
add-max-dynamodb-batch-items
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

max edited the test plan for this revision. (Show Details)
max added reviewers: karol, tomek.
max edited the summary of this revision. (Show Details)
This revision is now accepted and ready to land.Jun 28 2022, 2:31 AM

Slightly changed the constant name from MAX_DYNAMODB_BATCH_ITEMS to DYNAMODB_MAX_BATCH_ITEMS to be consistent across the all Constants file.

max retitled this revision from [services] Tunnelbroker - Add MAX_DYNAMODB_BATCH_ITEMS to Constants to [services] Tunnelbroker - Add DYNAMODB_MAX_BATCH_ITEMS to Constants.Jul 4 2022, 3:54 PM
max edited the summary of this revision. (Show Details)