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

Scale down pipeline in 2024-11-18 #2811

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions pipeline/terraform/2024-11-18/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ module "pipeline" {

reindexing_state = {
listen_to_reindexer = true
Copy link
Contributor

Choose a reason for hiding this comment

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

do we normally leave this one on?

scale_up_tasks = true
scale_up_elastic_cluster = true
scale_up_id_minter_db = true
scale_up_matcher_db = true
scale_up_tasks = false
scale_up_elastic_cluster = false
scale_up_id_minter_db = false
scale_up_matcher_db = false
}

index_config = {
Expand Down
Loading