[Answered ]-Django + Celery + Redis on a K8s cluster

1👍

Solution from @sofia that helped to fix this issue:

You need to use the same namespace for the Redis server and for the Django application. In this particular case, change the namespace "redis" to "development" where the application is deployed.

Leave a comment