I am currently hosting an Rocket Chat instance in Azure on k8s and I am seeing a lot of
rocketchat_logger rocketchat_logger.js:278 e[31mSystem ➔ error Error sending push to gateway (0 try) -> { Error: connect ECONNREFUSED 104.196.189.8:443 at Object._errnoException (util.js:1022:11) at _exceptionWithHostPort (util.js:1044:20) at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1182:14) code: 'ECONNREFUSED', errno: 'ECONNREFUSED', syscall: 'connect', address: '104.196.189.8', port: 443 }
I went a head and proactively added a rule to the network service group to allow outbound access to this IP but still see this failure off and on for periods of time.
I am not able to reproduce the failure from my desktop as I am from azure so i am suspecting rate limiting or black listing. Can any one from the RC team shine some light on this?