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

make terminationGracePeriodSeconds configurable. #686

Merged
merged 1 commit into from
Oct 8, 2024

Conversation

ekneg54
Copy link
Collaborator

@ekneg54 ekneg54 commented Oct 8, 2024

this adds the possibility to set the terminationGracePeriodSeconds in helm chart values. this is needed to ensure by time to drain all queues and message backlogs and close the connections on shutdown (pod deletion)

default is set to 300 seconds which means that the kubernetes scheduler will wait at maximum 300 seconds after sending SIGTERM before sending a SIGKILL signal.

@ekneg54 ekneg54 added the enhancement New feature or request label Oct 8, 2024
@ekneg54 ekneg54 self-assigned this Oct 8, 2024
@ekneg54 ekneg54 marked this pull request as ready for review October 8, 2024 12:17
@ekneg54 ekneg54 merged commit d00ca61 into main Oct 8, 2024
13 checks passed
@ekneg54 ekneg54 deleted the dev-make-graceperiod-configurable branch October 8, 2024 12:24
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 this pull request may close these issues.

2 participants