phHartl / eu-judgement-analyse

Quantitative analysis of judgments of the European Court of Justice
MIT License
6 stars 0 forks source link

Added multi-processing and task queue #66

Closed phHartl closed 3 years ago

phHartl commented 3 years ago

To use celery with windows you need to install a separate concurrency pool because prefork is not supported under Windows (e.g. celery -A tasks.celery worker -Q celery -c2 --pool=gevent). See https://www.distributedpython.com/2018/08/21/celery-4-windows/