Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Talend Big Data 6.4.1
I'm using the tSQSInput component to retrieve messages from an SQS queue.
I iterate and perform actions on the data until the queue is empty. Although, with the "Max number of message to return per request" set to 10, I only ever see a maximum of 3 being processed (and in flight on AWS console). Is this expected behavior from this component?
Thanks for any assistance.
Hi,
try to increase custom wait time
@vapukov I tried increasing custom wait time to the max of 20 and the component still only reads 3 messages at a time.
In the image below, parallel iteration is set to 10 but there are only ever 3 executions running.