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

Give deployment more time on K8s #466

Open
KlausIllmayer opened this issue Sep 18, 2024 · 2 comments
Open

Give deployment more time on K8s #466

KlausIllmayer opened this issue Sep 18, 2024 · 2 comments
Assignees
Milestone

Comments

@KlausIllmayer
Copy link
Contributor

The liveness-probe is already on the limit when deploying a new version - we sometimes (especially if there a database updates) are taking more than 3 minutes to have the backend started. Currently, if it is more than 3 minutes the liveness probe will terminate the container. Thus we need to give it more time.

@KlausIllmayer KlausIllmayer self-assigned this Sep 18, 2024
@vronk
Copy link
Contributor

vronk commented Oct 4, 2024

How pressing of an issue is this?
If so, is it a matter of configuration to be clarified with @simar0at/@dpancic.

@laureD19 laureD19 added this to the Q4 2024 milestone Oct 4, 2024
@vronk
Copy link
Contributor

vronk commented Oct 4, 2024

What happens when the container is terminated?
Will it try to start again. or do we get 500?

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

No branches or pull requests

3 participants