Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

app/gosqs: increment number of receives for a message #241

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Nov 25, 2021

  1. app/gosqs: increment number of receives for a message

    When returning an SQS message, increment the 'NumberOfReceives' so it
    always contains the number of times a message has been received but not
    yet deleted.
    
    From the AWS SQS docs:
    
        ApproximateReceiveCount – Returns the number of times a message has been received across all queues but not deleted.
    vishen committed Nov 25, 2021
    Configuration menu
    Copy the full SHA
    b09900d View commit details
    Browse the repository at this point in the history