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

fix(language) plugin server graceful shutdown #8923

Merged
merged 2 commits into from
Jun 10, 2022

Conversation

StarlightIbuki
Copy link
Contributor

@StarlightIbuki StarlightIbuki commented Jun 8, 2022

When we exit or reload kong, plugin servers are quitting because they encounter errors in the socket(closing). This behavior is not proper. We close with SIGTERM when possible.

Hopefully, this can be a fix to #8531

When we exit or reload kong, plugin servers are quiting because they encounter error in socket. This behavior is not proper. We not close with SIGTERM when possible.

Hopefully this can be a fix to #8531
@StarlightIbuki
Copy link
Contributor Author

I'm not sure about the original behavior. Please do not merge now.

@StarlightIbuki StarlightIbuki added the pr/ready (but hold merge) No more concerns, but do not merge yet (probably a conflict of interest with another PR or release) label Jun 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core/language/go core/language/js core/language/python core/templates pr/ready (but hold merge) No more concerns, but do not merge yet (probably a conflict of interest with another PR or release) size/S
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants