Unsmart
Unsmart
Explore posts from servers
RRailway
Created by Unsmart on 2/8/2024 in #✋|help
Deployment removed before healthcheck
For some reason my old deploy is getting removed before the health check is actually completed for the new deployment :Hmmge: This is causing a breif period of downtime every deploy.
21 replies
RRailway
Created by Unsmart on 2/8/2024 in #✋|help
Bandwidth Pricing
No description
15 replies
RRailway
Created by Unsmart on 2/3/2024 in #✋|help
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.
7 replies
RRailway
Created by Unsmart on 2/2/2024 in #✋|help
Service Groups
I just saw this: https://community.railway.app/feedback/we-want-to-see-your-service-groups-9083663c Looking at the images people sent they have like containers around certain services. How do I do this? I enabled the feature the other day and thought it just wasnt possible until I saw that post because I cant figure out how to do it 😅
7 replies
RRailway
Created by Unsmart on 2/1/2024 in #✋|help
How to use cloudflare tunnel?
https://railway.app/template/cf-tunnel The description on this is not very clear. I have a railway project where I created a nodejs app from the default template you can get where it creates a github repo for you with a basic hello world http response. Now I create a cf-tunnel template. Go to cloudflare zero trust and create a tunnel. Copy the token paste it into railway. What do I do now? I tried to put the service as http://nodejs.railway.internal on the cloudflare tunnel settings in zero trust but the cf-tunnel template is just crashing and the logs say exec tunnel failed: No such file or directory. I'm assuming the template is just incorrect?
9 replies
RRailway
Created by Unsmart on 1/31/2024 in #✋|help
Network usage when not using
I setup 2 databases on a project last night (redis/dragonfly) and turned off the public networking. For some reason the metrics tab says I am pretty much always using the network (inbound) even though I havent ever connected to them yet. Anyone know why this might be? 🤔
7 replies
CDCloudflare Developers
Created by Unsmart on 4/1/2023 in #pages-help
Astro local request.cf properties.
Anyone know how to get the request.cf properties to show up on Astro when running locally? When deployed all request.cf properties are there as expected but want to have it for local testing also.
8 replies