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

Restore signals for successful termination of processes #48

Merged

Conversation

UnholyDk
Copy link
Contributor

@UnholyDk UnholyDk commented Feb 2, 2024

Sometimes some web frameworks (e.g. unicorn) override signal handlers. If processes use start method fork,
so when we call flow.stop() processes do not terminate and hang. Here we restore the signals we need.
Signed-off-by: Niyaz Khabibulin nnkhabibulin@avito.ru

Sometimes some web frameworks (e.g. unicorn) override signal handlers.
If processes use start method fork,
so when we call flow.stop() processes do not terminate and hang.
Here we restore the signals we need.
Signed-off-by: Niyaz Khabibulin <nnkhabibulin@avito.ru>
@bugrimov bugrimov merged commit 7d30f76 into avito-tech:main Feb 2, 2024
1 check passed
@UnholyDk UnholyDk deleted the fix-signals-when-processes-start branch February 2, 2024 17:03
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.

None yet

2 participants