Trying to run simple example with Celery and receiving an exception. RabbitMQ started in a Docker, also tried to start it locally. Celery works on a local Windows host
It worked for me:
celery -A my_project_name worker --pool=solo -l info
basically things become single threaded and are suppoted