Faiz
Faiz
RRailway
Created by Faiz on 8/15/2024 in #✋|help
What are the steps to migrate to Runtime v2?
I'd like to make use of waking a service on a private network as described here: https://discord.com/channels/713503345364697088/1158700167579582564/1251511726562611264 My app is still on the legacy runtime though. Is there any breaking changes to go to Runtime v2?
5 replies
RRailway
Created by Faiz on 12/5/2023 in #✋|help
Cron schedule in General section vs Deploy section
I'd like to know what the difference betwene the Cron Schedule setting is between these two sections. I thought I had only set it once when cron schedules were first introduced, but now I see my schedule in both 🤔
12 replies
RRailway
Created by Faiz on 9/26/2022 in #✋|help
Database pricing and limitations
What are the limitations for a DB instance on Railway? For example, on other DBaaS platforms you are restricted on certain criteria like: RAM, row limit, storage capacity, concurrent connection limit, number of backups, etc. All I've found for Railway DBs is that there is a storage limit of 1 GB (free plan) or 100 GB (dev plan).
11 replies
RRailway
Created by Faiz on 9/22/2022 in #✋|help
Is there a way to see connection logs?
I'm transitioning from Heroku and in the Heroku logs they would log every time my Node endpoint was hit. For example:
2022-09-22T20:34:46.000Z at=info method=GET path="/something/?page=1" host=my-host.herokuapp.com request_id=f50d6e2b-3996-4c2b-927a-9481df2f39e2 fwd="ip.add.re.ss" dyno=web.1 connect=0ms service=331ms status=200 bytes=16681 protocol=https
2022-09-22T20:34:46.000Z at=info method=GET path="/something/?page=1" host=my-host.herokuapp.com request_id=f50d6e2b-3996-4c2b-927a-9481df2f39e2 fwd="ip.add.re.ss" dyno=web.1 connect=0ms service=331ms status=200 bytes=16681 protocol=https
I don't see that on the Railway logging. The only thing that's been logged is
Running my-app on 0.0.0.0:7819
Running my-app on 0.0.0.0:7819
8 replies