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 Graceful Shutdown of Interceptor and Scaler #732

Merged
merged 2 commits into from
Jul 14, 2023

Conversation

t0rr3sp3dr0
Copy link
Contributor

Interceptor and Scaler will now gracefully shutdown on SIGINT and SIGTERM. It also patches shutdown routines to complete ongoing requests before closing connections.

Checklist

Fixes #731

Signed-off-by: Pedro Tôrres <[email protected]>
@t0rr3sp3dr0 t0rr3sp3dr0 requested a review from a team as a code owner July 14, 2023 01:49
@t0rr3sp3dr0
Copy link
Contributor Author

@JorTurFer

Copy link
Member

@tomkerkhove tomkerkhove left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, but I'll leave it up to the expert

CHANGELOG.md Outdated Show resolved Hide resolved
@JorTurFer
Copy link
Member

LGTM! We can merge the PR when @tomkerkhove 's comments are addressed

Co-authored-by: Tom Kerkhove <[email protected]>
Signed-off-by: Pedro Tôrres <[email protected]>
@t0rr3sp3dr0
Copy link
Contributor Author

Done

@JorTurFer JorTurFer merged commit a3039f6 into kedacore:main Jul 14, 2023
18 checks passed
JorTurFer pushed a commit to JorTurFer/http-add-on that referenced this pull request Jul 28, 2023
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

Successfully merging this pull request may close these issues.

Graceful Shutdown not Implemented Properly
3 participants