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

implement MaxAllocatedResources and MaxReplicas in Tortoise #392

Merged
merged 1 commit into from
Mar 28, 2024

Conversation

sanposhiho
Copy link
Collaborator

What this PR does / why we need it:

We do have a global configuration to limit the max replicas or max allocated resource. But, we don't have the knobs that people can limit them per Tortoise/workload.
In our development environment, some people intentionally limit the max resources to save the cost or make less traffic to their downstream services, which is difficult to achieve via a global configuration.

Which issue(s) this PR fixes:

Fixes #293

Special notes for your reviewer:

@sanposhiho sanposhiho force-pushed the maxAllocatedResource-per-container branch from d1e4959 to 92e6b9f Compare March 28, 2024 05:00
@sanposhiho sanposhiho merged commit 097a5c9 into main Mar 28, 2024
3 checks passed
@sanposhiho sanposhiho deleted the maxAllocatedResource-per-container branch March 28, 2024 05:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

define maxReplicas / maxAllocatedResource in Tortoise API to limit scaling per workload
1 participant