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
F5535170: D4372.id14415.diff
Sat, Apr 12, 2:17 AM
Unknown Object (File)
Wed, Apr 9, 9:14 AM
Unknown Object (File)
Tue, Apr 8, 6:04 PM
Unknown Object (File)
Tue, Apr 8, 6:04 PM
Unknown Object (File)
Tue, Apr 8, 6:04 PM
Unknown Object (File)
Tue, Apr 8, 6:04 PM
Unknown Object (File)
Tue, Apr 8, 6:04 PM
Unknown Object (File)
Sun, Mar 30, 6:06 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)