Filtered by: tags=celery

Celery on Windows

Jan. 17, 2018 |  windows  celery 
Running celery on Windows, shows the following error when tasks are queued to be executed: The way to fix this is to add *--pool=solo* to the celery daemon command line. This makes celery run as a solo process and without concurrency, which for development