From 9298caa516d64f7f66e32fad494d8b9f3f139474 Mon Sep 17 00:00:00 2001 From: Roberto Rojas Date: Tue, 18 Jul 2023 15:50:57 -0400 Subject: [PATCH] updates as per pr review Signed-off-by: Roberto Rojas --- pubsub/aws/snssqs/metadata.yaml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/pubsub/aws/snssqs/metadata.yaml b/pubsub/aws/snssqs/metadata.yaml index d6dfd9178b..64f936ac11 100644 --- a/pubsub/aws/snssqs/metadata.yaml +++ b/pubsub/aws/snssqs/metadata.yaml @@ -49,11 +49,9 @@ metadata: - name: messageReceiveLimit required: false description: | - Number of times a message is received, after processing of that message fails, - that once reached, results in removing of that message from the queue. - If sqsDeadLettersQueueName is specified, messageReceiveLimit is the number of - times a message is received, after processing of that message fails, that once - reached, results in moving of the message to the SQS dead-letters queue. + Maximun number of attempts the message will be re-delivered after processing failures. + The sqsDeadLettersQueueName is a SQS dead-letters queue to move the message to + once the maximun number of attempts have been reached. type: number default: '10' example: '10'