3.1.5
What's Changed
Multiprocessing has issues in AWS Lambda and with Python task Queues such as Celery and Django-Q.
Allow to choose between ProcessPoolExecutor
, ThreadPoolExecutor
and billiard
- Support multiple multiprocessing options by @ajinabraham in #54
Full Changelog: 3.1.4...3.1.5