celery cannot connect to redis in docker:kombu.exceptions.OperationalError: Error -3 connecting to redis:6379. Lookup timed out
I’m building a Websocket service in Django, and I chose celery to push messages。But when I run celery using eventlet
on the online server, the following error occurred: