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
F2208563: D4372.id.diff
Sun, Jul 7, 2:20 PM
Unknown Object (File)
Sat, Jul 6, 4:39 PM
Unknown Object (File)
Sat, Jul 6, 10:59 AM
Unknown Object (File)
Sat, Jul 6, 10:59 AM
Unknown Object (File)
Sat, Jul 6, 9:28 AM
Unknown Object (File)
Sat, Jun 29, 11:54 PM
Unknown Object (File)
Thu, Jun 27, 9:32 AM
Unknown Object (File)
Thu, Jun 20, 2:58 PM

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)