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

Cooldown for SQS Scaling #220

Closed
jackqu7 opened this issue Oct 28, 2020 · 1 comment · Fixed by #221
Closed

Cooldown for SQS Scaling #220

jackqu7 opened this issue Oct 28, 2020 · 1 comment · Fixed by #221
Assignees
Labels
enhancement New feature or request

Comments

@jackqu7
Copy link
Contributor

jackqu7 commented Oct 28, 2020

Is your feature request related to a problem? Please describe.
I would like to change the cooldown period for my SQS scaling rules from the default of 300 seconds.

Describe the solution you'd like

- name: myservice
  access: RWMessages
  scaling:
    cooldown: <N>
    steps:
      - lower_bound: 0
        upper_bound: 3000
        count: 1
@jackqu7 jackqu7 added the enhancement New feature or request label Oct 28, 2020
@JohnPreston JohnPreston linked a pull request Oct 28, 2020 that will close this issue
@JohnPreston
Copy link
Member

Thanks for that FR

Here is the latest implementation changes

- name: myservice
  access: RWMessages
  scaling:
    scale_in_cooldown: <N>
    scale_out_cooldown: <N>
    steps:
      - lower_bound: 0
        upper_bound: 3000
        count: 1

Allowing to distinguish cool downs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants