You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Two processes cannot bind (and listen) to the same unix socket.
That's why only one Worker binds the socket.
Introduce a separate ConfigField and function to parse
unix socket permissions from config file. This number is defined
in octal form (e.g. 770 or 0777).
As the title
The text was updated successfully, but these errors were encountered: