Skip to content

feat: Add support for customizing DLQ FIFO throughput limit #70

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

Merged
merged 2 commits into from
Mar 30, 2025

Conversation

aditmeno
Copy link
Contributor

@aditmeno aditmeno commented Mar 8, 2025

Description

Add support for customizing the fifo_throughput_limit on the DLQ

Motivation and Context

Allows fine tuning the DLQ for fifo queues created

Breaking Changes

How Has This Been Tested?

  • I have updated at least one of the examples/* to demonstrate and validate my change(s)
  • I have tested and validated these changes using one or more of the provided examples/* projects
  • I have executed pre-commit run -a on my pull request

@aditmeno aditmeno changed the title add support for customizing dlq fifo throughput limit fix: add support for customizing dlq fifo throughput limit Mar 8, 2025
Signed-off-by: Aditya Menon <amenon@canarytechnologies.com>
@aditmeno aditmeno changed the title fix: add support for customizing dlq fifo throughput limit fix: Add support for customizing dlq fifo throughput limit Mar 8, 2025
@aditmeno
Copy link
Contributor Author

aditmeno commented Mar 8, 2025

Hi @antonbabenko!

Could you review my PR?

Thanks!

@@ -161,6 +161,68 @@ module "sqs_with_dlq" {
tags = local.tags
}

module "sqs_with_fifo_dlq" {
Copy link
Member

Choose a reason for hiding this comment

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

we can drop this example - no need for a complete example for this one change

@bryantbiggs bryantbiggs changed the title fix: Add support for customizing dlq fifo throughput limit feat: Add support for customizing DLQ FIFO throughput limit Mar 30, 2025
@bryantbiggs bryantbiggs merged commit 59f2551 into terraform-aws-modules:master Mar 30, 2025
7 checks passed
antonbabenko pushed a commit that referenced this pull request Mar 30, 2025
## [4.3.0](v4.2.1...v4.3.0) (2025-03-30)

### Features

* Add support for customizing DLQ FIFO throughput limit ([#70](#70)) ([59f2551](59f2551))
@antonbabenko
Copy link
Member

This PR is included in version 4.3.0 🎉

Copy link

I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Apr 30, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants