Intermittent 500s and timeouts

Hi,

I have an intermittent failure I can’t work out. If I do nothing on the API for a few moments then the next request to client.alphabeticalSearch.getCompanies will either return

{
   "httpStatusCode": 500
}

or timeout. After this request has failed, all subsequent requests to various sdk methods will succeed.

Again if we wait a few moments the next request will be a 500.

Is anyone else experiencing this at all please?

The underlying issue was MTU size mismatch between docker container and new docker host.