redis container using unix sockets instead of TCP port

Hi guys,

We have an AWX deployment using mesos/marathon orchestration.

We upgraded to v10.0.0 and we noticed the addition of the redis container and the change from TCP to UNIX sockets.

Is there a document explaining the rationale behind that change? Is still possible to setup the BROKER_URL to point to the TCP connection instead?

Any information is appreciated,

Thanks,

-Cesar

Cesar Sanchez (cesan3@gmail.com) said:

Hi guys,

We have an AWX deployment using mesos/marathon orchestration.

We upgraded to v10.0.0 and we noticed the addition of the redis container
and the change from TCP to UNIX sockets.

Is there a document explaining the rationale behind that change? Is still
possible to setup the BROKER_URL to point to the TCP connection instead?

Any information is appreciated,

Rationale is here: https://github.com/ansible/awx/issues/5443

Bill