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

chore(user-api): update minimum tasks from 2-3 #1039

Merged
merged 1 commit into from
Feb 1, 2025

Conversation

kschelonka
Copy link
Contributor

The auto-scaling seems to be aggressive for the load - on the dashboards we can see kind of whiplash and increase in response times. Bumping the minimum tasks from 2 to 3 to alleviate the load whiplash.

The auto-scaling seems to be aggressive for the load -
on the dashboards we can see kind of whiplash and increase
in response times. Bumping the minimum tasks from 2 to 3
to alleviate the load whiplash.
@kschelonka kschelonka requested a review from a team as a code owner January 31, 2025 20:53
@kschelonka kschelonka requested review from marcin-kozinski and removed request for a team January 31, 2025 20:53
Copy link

Plan Result (@infrastructure/user-api-production)

CI link

Plan: 0 to add, 1 to change, 0 to destroy.
  • Update
    • aws_appautoscaling_target.application_autoscaling_autoscaling_target_42BF5C99
Change Result (Click me)
  # aws_appautoscaling_target.application_autoscaling_autoscaling_target_42BF5C99 will be updated in-place
  ~ resource "aws_appautoscaling_target" "application_autoscaling_autoscaling_target_42BF5C99" {
        id                 = "service/UserAPI-Prod/UserAPI-Prod"
      ~ min_capacity       = 2 -> 3
        tags               = {}
        # (7 unchanged attributes hidden)

        # (1 unchanged block hidden)
    }

Plan: 0 to add, 1 to change, 0 to destroy.

Copy link

@nzeltzer nzeltzer left a comment

Choose a reason for hiding this comment

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

lgtm

@kschelonka kschelonka merged commit 4490ca4 into main Feb 1, 2025
13 checks passed
@kschelonka kschelonka deleted the chore/user-api-min-tasks branch February 1, 2025 00:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants