bbc / sqs-consumer

Build Amazon Simple Queue Service (SQS) based applications without the boilerplate
https://bbc.github.io/sqs-consumer/
Other
1.74k stars 333 forks source link

feat: add NonExistentQueue to isConnectionError #336

Closed nicholasgriffintn closed 1 year ago

nicholasgriffintn commented 1 year ago

Resolves #273

Description:

Adds the NonExistentQueue error code to the isConnectionError so that polling will be timed out if it occurs, like other connection errors

Type of change:

Why is this change required?: A simple explanation of what the problem is and how this PR solves it

Code changes:


Checklist:

github-actions[bot] commented 1 year ago

This pull request has already been merged/closed. If you experience issues related to these changes, please open a new issue referencing this pull request.