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

Added note about automatic killing all child processes of worker after its termination #6946

Merged
merged 1 commit into from Sep 8, 2021

Conversation

matusvalo
Copy link
Member

Note: Before submitting this pull request, please review our contributing
guidelines
.

Description

This PR documents that child processes are automatically killed after worker exits - see #6942

Fixes #6945

@matusvalo matusvalo added this to the 5.2 milestone Sep 6, 2021
docs/userguide/workers.rst Outdated Show resolved Hide resolved
@matusvalo
Copy link
Member Author

@auvipy I have implemented your comments. Please review.

@auvipy auvipy merged commit 966a66d into celery:master Sep 8, 2021
@matusvalo matusvalo deleted the pdeath_sig_docs branch September 8, 2021 06:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Mention that worker kills child processes on systems supporting prctl. PR_SET_PDEATHSIG
2 participants