Im getting this message intermittently from the apollo router after the endpoint is idle for sometime and i can also see if the request time is more than 5.5 seconds im getting this issue. after i got one response im getting the output sooner.
Error is located at! HTTP fetch failed from ‘monitoring-users’: HTTP fetch failed from ‘monitoring-users’: connection closed before message completed
but the weird part is im getting 200 http code for this output as well
"data": null,
"errors": [
{
"message": "HTTP fetch failed from 'monitoring-users': HTTP fetch failed from 'monitoring-users': connection closed before message completed",
"path": [],
"extensions": {
"code": "SUBREQUEST_HTTP_ERROR",
"service": "monitoring-users",
"reason": "HTTP fetch failed from 'monitoring-users': connection closed before message completed"
}
}
]
}
Can someone help on this issue
im getting this in one of ther cluster the other cluster working fine