I used the following command to start a celery worker on Windows:
celery -A celery_worker.celery worker -l info
I got the following error:
ValueError: not enough values to unpack (expected 3, got 0)
I used the following command to start a celery worker on Windows:
celery -A celery_worker.celery worker -l info
I got the following error:
ValueError: not enough values to unpack (expected 3, got 0)
celery -A celery_worker.celery worker --pool=solo -l info