Skip to content

Commit

Permalink
updates as per pr review
Browse files Browse the repository at this point in the history
Signed-off-by: Roberto Rojas <[email protected]>
  • Loading branch information
robertojrojas committed Jul 18, 2023
1 parent 6dfef27 commit 9298caa
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions pubsub/aws/snssqs/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 9298caa

Please sign in to comment.