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

Limit the Number of Apps #200

Closed
schrieveslaach opened this issue Aug 22, 2024 · 0 comments · Fixed by #204
Closed

Limit the Number of Apps #200

schrieveslaach opened this issue Aug 22, 2024 · 0 comments · Fixed by #204
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@schrieveslaach
Copy link
Contributor

schrieveslaach commented Aug 22, 2024

While there is still no way of deleting unused apps automatically (see #149), sometimes people forget to clean up there testing app and thus they occupy the resources of the backend (K8s or Docker). When there are too many applications running on any backend, people will observe weird behaviours due to swapping, container restarts, etc.

Therefore, a simple way of pretending these issues is to limit the number of applications being deployed by PREvant. Thus PREvant should offer an optional configuration option that allows people to limit the number of application being deployed.

Here should be the place to evaluate the option.

The configuration needs to take into account that there are different options (see #202) and should be implemented in such a way that you either use the limiting number or something else.

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

Successfully merging a pull request may close this issue.

1 participant