Using Celery on Windows

I understand that it’s old. But upgrading is not an option. Because after you enter a upgrade cycle, you can’t stop, need to upgrade to every new python version, every new python package version. Only thing is going to be upgrading this and that. Also, if I use docker or other container software, it will solve the problem. But I’m asking about using celery on windows 10 with python 3.6. It doesn’t work with even simple task. Broker is Redis. If you fallow celery doc and try to use it on windows 10 it doesn’t work. They also mention that they dropped windows support. Still if there’s a way get it work, that would be interesting.

Pjrulez mentioned about prefork

.

Thanks.