File tree 1 file changed +2
-2
lines changed 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -472,15 +472,15 @@ instead of `BatchMessageHandler#processBatch()`. Partial batch failure works the
472
472
in parallel rather than sequentially.
473
473
474
474
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 .
476
476
477
477
!!! warning
478
478
Note that parallel processing is not always better than sequential processing,
479
479
and you should benchmark your code to determine the best approach for your use case.
480
480
481
481
!!! info
482
482
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
+
484
484
485
485
=== "Example with SQS"
486
486
You can’t perform that action at this time.
0 commit comments