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

improve stop time for docker compose services #14906

Merged
merged 1 commit into from
Nov 13, 2023
Merged

improve stop time for docker compose services #14906

merged 1 commit into from
Nov 13, 2023

Conversation

ewdurbin
Copy link
Member

signal handling is mixed bag, for most of the Python processes setting SIGINT is good enough

for localstack and static, just use SIGKILL since its all that seems to work and that is effectively what we have been doing forever... just without waiting 10s

signal handling is mixed bag, for most of the Python processes setting SIGINT is good enough

for localstack and static, just use SIGKILL since its all that seems to work and that is effectively what we have been doing forever... just without waiting 10s
@ewdurbin ewdurbin requested a review from a team as a code owner November 13, 2023 13:24
Copy link
Member

@di di left a comment

Choose a reason for hiding this comment

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

💯

@ewdurbin ewdurbin merged commit 7018cad into main Nov 13, 2023
14 checks passed
@ewdurbin ewdurbin deleted the stop_for_real branch November 13, 2023 14:54
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.

2 participants