Skip to content

Conversation

CarlosGamero
Copy link
Collaborator

No description provided.

@CarlosGamero CarlosGamero self-assigned this Sep 23, 2025
// biome-ignore lint/complexity/noExcessiveCognitiveComplexity: fixme
handleMessage: async (message: SQSMessage) => {
if (message === null) return
if (message === null) return message
Copy link
Collaborator Author

@CarlosGamero CarlosGamero Sep 23, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is also a new option on consumer alwaysAcknowledge that can be passed as true to replicate version 13 behaviour, but I think that it is better to be explicit and it give us more flexibility in the future

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@kibertoad Please share if you disagree with this 🙏

@CarlosGamero CarlosGamero marked this pull request as ready for review September 23, 2025 10:54
@CarlosGamero CarlosGamero changed the title bugfix: sqs-consumer 14 fixes sqs-consumer 14 fixes Sep 23, 2025
@CarlosGamero CarlosGamero changed the title sqs-consumer 14 fixes sqs-consumer 14 fix Sep 23, 2025
Copy link
Owner

@kibertoad kibertoad left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thank you!

@CarlosGamero CarlosGamero merged commit 4a84ed8 into main Sep 24, 2025
30 checks passed
@CarlosGamero CarlosGamero deleted the bugfix/sqs-consumer_14_fixes branch September 24, 2025 06:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants