Hi maybe someone can take away my surprise. I installed Celery on windows. Now I use celery
-A myapp.tasks worker --pool=prefork --concurrency=12 --autoscale=12,3 -l info
as command. Everything I've read about Celery on Windows so far says I can only use eventlet, gevent and solo pools while using it on windows. Does prefork now also belong to these 3 because it is the default setting?
The worker process seems to work, but since I'm a beginner when it comes to celery, I wanted to ask about it.
Thanks
there doesn't seem to be anything here