CRYOSPARC_SUPERVISOR_SOCK_FILE ignored in v5?

Seems CRYOSPARC_SUPERVISOR_SOCK_FILE is being ignored in cryosparc v5.

export CRYOSPARC_SUPERVISOR_SOCK_FILE=/opt/sockets/cryosparc-supervisor.sock

export CRYOSPARC_MONGO_EXTRA_FLAGS="  --unixSocketPrefix=/opt/sockets"

However, in cryosparc v5 the socket is the mongodb default of mongodb-<port>.socket

I don’t think they’re using sockfiles for supervisor anymore, but a TCP socket instead as there’s only [inet_http_server] section in supervisord.conf.

That’s correct.

Please can you post the expected and the actual absolute path to mongodb-<port>.socket.

Thank you!

The socket ends up as /opt/sockets/mongodb-39001.sock

We use it to know which instances have an active Cryosparc running.