@Ayush @johnyeocx we've had 13 failures

@Ayush @johnyeocx we've had 13 failures to autumn.products.list() calls under last 24 hours. Mostly ETIMEDOUT and UND_ERR_SOCKET errors (remote side closed or no response). Just wanted to check if there's been any known issues? Here's a couple of logs -

TypeError: fetch failed
    ... {
  [cause]: [Error: write ETIMEDOUT] {
    errno: -110,
    code: 'ETIMEDOUT',
    syscall: 'write'
  }
}


TypeError: fetch failed
    ... {
  [cause]: [Error [SocketError]: other side closed] {
    code: 'UND_ERR_SOCKET',
    socket: {
     remoteAddress: '216.24.57.251',
      remotePort: 443,
      remoteFamily: 'IPv4',
      timeout: undefined,
      bytesWritten: 374,
      bytesRead: 0
    }
  }
}


Lmk if you need anything else to looking into the issue further!
Was this page helpful?