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
F3673149: D4372.diff
Mon, Jan 6, 5:51 AM
Unknown Object (File)
Thu, Dec 26, 4:33 AM
Unknown Object (File)
Thu, Dec 26, 4:33 AM
Unknown Object (File)
Tue, Dec 17, 3:31 PM
Unknown Object (File)
Tue, Dec 17, 6:58 AM
Unknown Object (File)
Sun, Dec 15, 4:56 PM
Unknown Object (File)
Sun, Dec 15, 4:56 PM
Unknown Object (File)
Sun, Dec 15, 7:09 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
Lint
Lint Not Applicable
Unit
Tests Not Applicable

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)