Redis – celery worker throws AttributeError: module 'os' has no attribute 'register_at_fork'
I am running celery worker(version 4.4) on windows machine, when I run the worker with -P eventlet option it throws Attribute error. Error logs are as follows:- pipenv run celery worker -A src.celery_app -l info -P eventlet --without-mingle --without-heartbeat --without-gossip…