a year ago
I'm seeing successful startup: (though it's red for INFO?)
However my other service (api_server) is trying to connect to it:
Exception: All retries failed: [HTTPError("Request failed: HTTPConnectionPool(host='model_server.railway.internal', port=9000): Max retries exceeded with url: /encoder/bi-encoder-embed (Caused by NewConnectionError('<urllib3.connection.HTTPConnection
They're all in the same env so I'm not sure why it would fail. ANy ideas?
3 Replies
a year ago
If they are in the same environment, confirm the port number used for the connection, it could be a minor issue, but also not much context was shared, so not able to debug further from here.
a year ago
Yep same environment same port number. I'm thrown off by the service running and it highlighted red. Is there a way to see if that port is open through an external service?
Status changed to Solved parmstar • about 1 year ago
a year ago
fixed! the problem was that my server is running with ipv4 but railways ipv6 to be open. So changing the startup command to listening to :: instead of just 0.0.0.0 fixed it!
Status changed to Awaiting Railway Response Railway • about 1 year ago
Status changed to Solved christian • about 1 year ago