Skip to content

Commit 1e55a9b

Browse files
committed
update doc
1 parent 9438151 commit 1e55a9b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/utilities/batch.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -472,15 +472,15 @@ instead of `BatchMessageHandler#processBatch()`. Partial batch failure works the
472472
in parallel rather than sequentially.
473473

474474
This feature is available for SQS, Kinesis and DynamoDB Streams but cannot be
475-
used with SQS FIFO. In that case, items will be processed sequentially, even with the `processBatchInParallel` method.
475+
used with SQS FIFO. In that case, an `UnsupportedOperationException` is thrown.
476476

477477
!!! warning
478478
Note that parallel processing is not always better than sequential processing,
479479
and you should benchmark your code to determine the best approach for your use case.
480480

481481
!!! info
482482
To get more threads available (more vCPUs), you need to increase the amount of memory allocated to your Lambda function.
483-
While the exact vCPU allocation isn't published, from observing common patterns customers see an allocation of one vCPU per 1024 MB of memory.
483+
484484

485485
=== "Example with SQS"
486486

0 commit comments

Comments
 (0)