API Gateway Failing to Respond to Job Engine

I'm receiving this error from the api-gateway.log file in our api server docker container. Does this just mean that the api server received the broadcast from the job engine but it couldn't send a response to the job engine server?

[2020-06-10 18:51:41.626] [762910] ERROR listenForContainerBroadcast - Error handling container broadcast: %s: Original broadcast received: %s Failed to configure Document Processor via Host Agent https://192.168.90.245:4637: Host Agent returned an error: 404 page not found
{
"id": "48c72d",
"hostname": "192.168.90.245",
"hostAgentPort": 4637,
"jobEngines": [
{
"id": "c90429",
"host": "192.168.90.245",
"hostAgentPort": 4637
}
]
}

Any help would be appreciated.