Add redis auth credentials to celery backend config.
Compare changes
@@ -34,6 +34,7 @@ redis_socket_timeout = params.get(
@@ -34,6 +34,7 @@ redis_socket_timeout = params.get(
@@ -41,9 +42,14 @@ if ':' in _broker_hostname:
@@ -41,9 +42,14 @@ if ':' in _broker_hostname: