Hi all, I have a rails application and I’m encountering this error quite frequently these couple of days. I’ve already increased the number of instances and changed to use performance type instance but I still can’t figure out why this is happening. Anyone can help please?
[23850fff-685c-407f-bb0a-450f28a9469b] JsonApiClient::Errors::ConnectionError (Failed to open TCP connection to <redacted>:443 (execution expired)):
That seems like an odd port choice for a JSON API. Normally that is reserved for SSH.
Machine size of the server running your Rails app is unlikely to be the problem (unless your Rails app is trying to use its own API?) Can you tell us more about the service that your Rails app is trying to reach?
Oh my understanding is that the port is used for standard api call over https. We are using port 80 for http and 443 for https. So the main idea is this server is calling an api on another server (also ours, on another domain). This api endpoint has been running for the past 3 years and it’s only these couple of days that we started seeing these errors.