We use Apollo Server Lambda to server content to our clients. Recently during outages, we’ve noticed multiple logs indicating its failure to communicate to Apollo Studio Servers. I have listed some examples below. Was there some problem with apollo-studio servers refusing connections? Or is it something wrong with our servers?
2021-07-22T06:09:13.875Z Error reporting server info to Apollo Graph Manager during schema reporting: FetchError: request to https://edge-server-reporting.api.apollographql.com/api/graphql failed, reason: socket hang up
2021-07-22T05:43:02.266Z ERROR Error sending report to Apollo Engine servers: HTTP status 408,
<html><head>
<meta http-equiv="content-type" content="text/html;charset=utf-8">
<title>408 Request Timeout</title>
</head>
<body text=#000000 bgcolor=#ffffff>
<h1>Error: Request Timeout</h1>
<h2>Your client has taken too long to issue its request.</h2>
<h2></h2>
</body></html>