Filtered by:
tags=celery
Celery on Windows
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