node上有个推送消息给钉钉的服务,但是经常有如下的报错,像是dns未解析到,但是这个错误是偶发的,大部分时间是可以推送的。
Error: getaddrinfo EBUSY oapi.dingtalk.com
at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:67:26) {
errno: -16,
code: 'EBUSY',
syscall: 'getaddrinfo',
hostname: 'oapi.dingtalk.com'
}