timeout-decorator icon indicating copy to clipboard operation
timeout-decorator copied to clipboard

#62 solve celery incompatibility

Open sebastiendarocha opened this issue 4 years ago • 2 comments

Replaces multiprocess by billiard

Tested on python 2.7 and 3.5

sebastiendarocha avatar Jun 25 '20 14:06 sebastiendarocha

@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 avatar Jan 26 '21 00:01 mpeychev

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

mpeychev avatar Jan 26 '21 02:01 mpeychev