contribsys / faktory

Language-agnostic persistent background job server
https://contribsys.com/faktory/
Other
5.71k stars 228 forks source link

Faktory can't use the IPV4 network mode #425

Closed rainysia closed 1 year ago

rainysia commented 1 year ago

-Issue TLTR.: Faktory can't use the IPV4 network mode, it always works under the IPV6.

Detail: When we installed it on Mac OSX, Linux Debian, and Linux Ubuntu server, it worked without any problems. When we downloaded the package and used rpm -Uvh to install it, seems It was working with the Nginx proxy to display the 7420 Web UI, but when we tried to connect it with the domain with TCP directly, we found it was always working under ipv6 mode, no matter if we disabled the OS IPV6 network or not (including reboot). The EC2 has already been configured the IpAddressType to ipv4 like this issue(#354 ) mentioned.

image

I would appreciate any ideas.

Thank you

mperham commented 1 year ago

This sounds purely like an environmental issue with your instance configuration. I don't know how to fix it.