Networking issue information request
On the recent changelog: https://railway.app/changelog/2024-02-02-template-health
Under "Fixes and Improvements" one was
We fixed an issue where connections on internal private networks would “blip”I was curious to know more details about this, I had one small blip for 2 minutes with one of my cloudflare tunnels which would communicate with my app over the private network and could not find anything obvious about the issue being on the cloudflare end, and wondering if this might have been on railways end with the private network. I specifically had 29 requests with issues from
02 Feb, 2024 19:58:21
to 02 Feb, 2024 20:00:16
. 5 requests received a 429 status code (my app only returns status 200 with the text "hello world"), and 24 requests timed out after 5 seconds.
I also attached some of the information I have for the requests as a json here if it helps. It contains times of the requests and the region of the requests. It also contains an "originIP" which I assume should be the ip of the request to railway since it goes through a cloudflare tunnel.5 Replies
Project ID:
8a562b1b-8488-472e-b420-02478d2a8df0
8a562b1b-8488-472e-b420-02478d2a8df0
/bump :Hmmge:
Thread has been flagged to Railway team by @Brody.
hi! i do not see any blips across our private network in the timeframe you've mentioned.
as for the fix on our side that prevents drops in private networking - we reworked a big part of our internal deployment strategy that prevents this from occurring when we push out changes
:Hmmge: I see thanks for the info 🙂