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

Option to undaemonize workers and allows them to spawn child processes #212

Merged
merged 3 commits into from
Dec 5, 2016

Conversation

yannpom
Copy link
Contributor

@yannpom yannpom commented Dec 5, 2016

Following discussion #211

I added an option to undaemonize the workers thus allowing them to spawn child processes.
That could lead to orphaned child processes in case of crash of the main process. But in some use cases this is necessary.

Feel free to integrate or reject this pull request.

Cheers,
Yann.

@codecov-io
Copy link

codecov-io commented Dec 5, 2016

Current coverage is 91.12% (diff: 100%)

Merging #212 into master will decrease coverage by 5.34%

@@             master       #212   diff @@
==========================================
  Files            40         40          
  Lines          2692       2694     +2   
  Methods           0          0          
  Messages          0          0          
  Branches          0          0          
==========================================
- Hits           2597       2455   -142   
- Misses           95        239   +144   
  Partials          0          0          

Powered by Codecov. Last update ab87b9b...78b997e

@Koed00 Koed00 merged commit 82c48cd into Koed00:master Dec 5, 2016
P-EB pushed a commit to P-EB/django-q that referenced this pull request Oct 20, 2024
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.

3 participants