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

Grace period should be documented #83863

Closed
torumakabe opened this issue Nov 15, 2021 · 3 comments
Closed

Grace period should be documented #83863

torumakabe opened this issue Nov 15, 2021 · 3 comments

Comments

@torumakabe
Copy link
Contributor

As described in this document, if my application does not respond to the SIGTERM message, then Container Apps control plane send SIGKILL to my container. How much grace period do I have from SIGTERM to SIGKILL?

In my testing, it seemed to be 30 seconds, similar to the default of Kubernetes terminationGracePeriod.

This information has a significant impact on implementation of graceful shutdown, so should be documented. I would appreciate it if you could consider it. Thanks!


Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

@mike-urnun-msft
Copy link
Contributor

Hello @torumakabe - Thank you for your feedback! We will review and update as appropriate.

@craigshoemaker
Copy link
Contributor

@vturecek - can you comment on the amount of time between SIGKILL and SIGTERM?

@cebundy
Copy link
Contributor

cebundy commented May 16, 2022

The grace period is 30 seconds. Adding info to document. Thank you for your input.
#please-close

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

6 participants