Skip to content

Commit 462dc2f

Browse files
committed
Add batching util for SQS sink.
1 parent 2bc6d95 commit 462dc2f

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/utils/batch.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,7 @@ export const compact = (rule) => {
5050
};
5151

5252
/**
53-
* Batch EB request entries by size to avoid writing a batch that's too large to
54-
* EB.
53+
* Batch EB request entries by size to avoid writing a batch that's too large to EB.
5554
*/
5655
export const batchWithSize = ({
5756
claimCheckBucketName = process.env.CLAIMCHECK_BUCKET_NAME,

0 commit comments

Comments
 (0)