For the past few days, I have repeatedly being getting the error below when running integrations for my app. I don’t know exactly what integration triggers it because the integration is not being run by me. I only frequently see this errors appearing in my log files from monday.com
FetchError: request to https://api.monday.com/v2 failed, reason: getaddrinfo EMFILE api.monday.com
at ClientRequest.<anonymous> (/var/task/node_modules/node-fetch/lib/index.js:1461:11)
at ClientRequest.emit (events.js:400:28)
at TLSSocket.socketErrorListener (_http_client.js:475:9)
at TLSSocket.emit (events.js:400:28)
at emitErrorNT (internal/streams/destroy.js:106:8)
at emitErrorCloseNT (internal/streams/destroy.js:74:3)
at processTicksAndRejections (internal/process/task_queues.js:82:21) {
type: 'system',
errno: 'EMFILE',
code: 'EMFILE'
}