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

feat: SQS standard queues (experimental) #1503

Merged
merged 2 commits into from
Jan 31, 2024
Merged

feat: SQS standard queues (experimental) #1503

merged 2 commits into from
Jan 31, 2024

Conversation

blgm
Copy link
Member

@blgm blgm commented Jan 30, 2024

This is the initial steel thread, and should be considered experimental at this stage.

#186768674

This is the initial steel thread, and should be considered experimental
at this stage.

[#186768674](https://www.pivotaltracker.com/story/show/186768674)
Makefile Show resolved Hide resolved
Makefile Show resolved Hide resolved
@@ -0,0 +1,5 @@
resource "aws_sqs_queue" "queue" {
name = var.instance_name
fifo_queue = false
Copy link
Contributor

Choose a reason for hiding this comment

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

praise: thanks for being explicit with this value. It will help in the next iteration

terraform/sqs/provision/variables.tf Outdated Show resolved Hide resolved
required_providers {
aws = {
source = "hashicorp/aws"
version = ">= 4.0"
Copy link
Contributor

Choose a reason for hiding this comment

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

suggestion: version = ">= 5.0"

@blgm blgm requested a review from zucchinidev January 31, 2024 11:32
blgm added a commit that referenced this pull request Jan 31, 2024
In PR #1503 some
copy/pasted old practices were identified in a code review. This brings
all services consistently to the same standard.

[#186768674](https://www.pivotaltracker.com/story/show/186768674)
@zucchinidev zucchinidev merged commit c6d9928 into main Jan 31, 2024
6 checks passed
zucchinidev pushed a commit that referenced this pull request Jan 31, 2024
In PR #1503 some
copy/pasted old practices were identified in a code review. This brings
all services consistently to the same standard.

[#186768674](https://www.pivotaltracker.com/story/show/186768674)
zucchinidev pushed a commit that referenced this pull request Jan 31, 2024
In PR #1503 some
copy/pasted old practices were identified in a code review. This brings
all services consistently to the same standard.

[#186768674](https://www.pivotaltracker.com/story/show/186768674)
fnaranjo-vmw added a commit that referenced this pull request Feb 1, 2024
[#186768674](https://www.pivotaltracker.com/story/show/186768674)

An alternative implementation of the work done in:
#1503

We as a team decided it was worth experimenting with this
alternative approach for the steel thread for FIFO queues story
[#186768689](https://www.pivotaltracker.com/story/show/186768689)
but since its description clearly states "Build on #186768674"
I felt I needed to extend the experiment to that story as well.

This experiment uses terraform-aws-sqs as a submodule because
it suits better our existing workflow, however it shouldn't be
necessary at all since modules can simply point at gh repos:
https://developer.hashicorp.com/terraform/language/modules/sources#github

Should we decide that we want to remove the submodule we would
need to modidy our brokerpak packaging scripts to ensure that
we embed a local copy of the module (which is not hard to do).
blgm added a commit that referenced this pull request Feb 2, 2024
Extends the work in #1503 to add FIFO queues as an option

As before, this should be considered experimental at this stage.

[#186768689](https://www.pivotaltracker.com/story/show/186768689)
blgm added a commit that referenced this pull request Feb 5, 2024
Extends the work in #1503 to add FIFO queues as an option

As before, this should be considered experimental at this stage.

[#186768689](https://www.pivotaltracker.com/story/show/186768689)
pivotal-marcela-campo pushed a commit that referenced this pull request Feb 6, 2024
Extends the work in #1503 to add FIFO queues as an option

As before, this should be considered experimental at this stage.

[#186768689](https://www.pivotaltracker.com/story/show/186768689)
blgm added a commit that referenced this pull request Feb 6, 2024
Extends the work in #1503 to add FIFO queues as an option

As before, this should be considered experimental at this stage.

[#186768689](https://www.pivotaltracker.com/story/show/186768689)
@blgm blgm deleted the sqsstandard branch February 8, 2024 17:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging this pull request may close these issues.

2 participants