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(container): implement ScalingOption #2811

Open
Codelax opened this issue Nov 20, 2024 · 1 comment
Open

feat(container): implement ScalingOption #2811

Codelax opened this issue Nov 20, 2024 · 1 comment
Assignees
Labels
container Container issues, bugs and feature requests enhancement priority:high New features

Comments

@Codelax
Copy link
Member

Codelax commented Nov 20, 2024

Community Note

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment

Description

A new ScalingOption object was added to containers. It replace current max_concurrency. The old field should be marked as deprecated while adding the new object.

New or Affected Resource(s)

  • scaleway_container

Potential Terraform Configuration

resource scaleway_container container {
  scaling {
    concurrent_requests_threshold = 20
  }
}
@Codelax Codelax added enhancement container Container issues, bugs and feature requests labels Nov 20, 2024
@remyleone remyleone added the priority:high New features label Nov 26, 2024
@nullabe
Copy link

nullabe commented Jan 15, 2025

Hi!
As I'm very interested in this feature, I allowed myself to open a PR. You can see it here: #2876.
Don't hesitate to reach me if I did something wrong or against your standards!

Cheers

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
container Container issues, bugs and feature requests enhancement priority:high New features
Projects
None yet
Development

No branches or pull requests

3 participants