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

#62 solve celery incompatibility #63

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

sebastiendarocha
Copy link

Replaces multiprocess by billiard

Tested on python 2.7 and 3.5

@mpeychev
Copy link

mpeychev commented Jan 26, 2021

@pnpnpn Any thoughts/comments?
For my usecase this fix results in
OSError: [Errno 24] Too many open files
both on Mac OS (with ulimit -n being 256) and Ubuntu (with ulimit -n being 1024).

@mpeychev
Copy link

I opened another pull request ( #67 ) for the above issue that builds on top of this PR.

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