pnpnpn / timeout-decorator

Timeout decorator for Python
MIT License
628 stars 94 forks source link

#62 solve celery incompatibility #63

Open sebastiendarocha opened 4 years ago

sebastiendarocha commented 4 years ago

Replaces multiprocess by billiard

Tested on python 2.7 and 3.5

mpeychev commented 3 years ago

@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 commented 3 years ago

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