misimilen
misimilen
Explore posts from servers
RRailway
Created by misimilen on 11/20/2024 in #✋|help
Referenced variable resolves to empty string
No description
5 replies
RRailway
Created by misimilen on 5/1/2024 in #✋|help
Clone DB service?
Can I "clone" a db service in railway? I'm looking for the easiest way to take a snapshot of a db service in railway. If there is not such functionality at the moment I think I have to look into pg_dump/restore to another service or logical replication.
3 replies
RRailway
Created by misimilen on 4/28/2024 in #✋|help
How to retrieve env vars from railway?
I need to use them in github action and I don't want to have them as a secret in github as well as in railway.
10 replies
TTCTheo's Typesafe Cult
Created by misimilen on 4/7/2024 in #questions
404 Not Found when rendering <UploadButton>
No description
1 replies
RRailway
Created by misimilen on 4/2/2024 in #✋|help
Railway having trouble connecting to local db upon deployment
No description
13 replies
TTCTheo's Typesafe Cult
Created by misimilen on 3/9/2024 in #questions
Prisma extension for remapping all fields of certain prisma type
Can I make an extension that remaps all fields of say a String or Number to something else regardless what field or model it's in? I'm using the temporal polyfill and want to remap all my DateTime @db.date to Temporal.PlainDate but I'm stuck. The remapped field names should keep their name. I only want the value to change.
1 replies
RRailway
Created by misimilen on 2/3/2024 in #✋|help
Closest equivalent to Herokus release phase command?
I'm trying to migrate my apps to Railway but I can't find where to put this release phase command: https://devcenter.heroku.com/articles/release-phase
12 replies
RRailway
Created by misimilen on 10/8/2023 in #✋|help
Private Networking enables itself
No description
28 replies
RRailway
Created by misimilen on 10/6/2023 in #✋|help
Is it possible to change region of a mount volume?
No description
7 replies
RRailway
Created by misimilen on 10/3/2023 in #✋|help
Intentionally slow databases in free tier?
I'm trying out railway for our web app and must say I feel like the database is intentionally very slow to execute simple queries that returns no rows. Is this intentionally slow so as not to hog up resources in free tier? Can I expect better performance in Enterprise? It takes 150ms to execute this query that returns nothing. Compared to my local database that does this in 2-3 ms. And that's me running on a weak laptop 🙂
railway.public> SELECT t.*
FROM public."Account" t
LIMIT 501
[2023-10-03 21:43:09] 0 rows retrieved in 165 ms (execution: 156 ms, fetching: 9 ms)
railway.public> SELECT t.*
FROM public."Account" t
LIMIT 501
[2023-10-03 21:43:09] 0 rows retrieved in 165 ms (execution: 156 ms, fetching: 9 ms)
17 replies
RRailway
Created by misimilen on 10/2/2023 in #✋|help
Point to a railway.json in a subfolder
I have a NX monorepo with multiple projects. Should I have one railway.app json in each project? How can I tell the service in railway.app which config file to use?
74 replies
RRailway
Created by misimilen on 8/14/2023 in #✋|help
Internal Server Error
6 replies
CDCloudflare Developers
Created by misimilen on 7/27/2023 in #general-help
Link to Direct Creator Uploads (using tus for resumable, multi-part uploads) is dead
I think the link on this page https://developers.cloudflare.com/stream/uploading-videos/direct-creator-uploads called Direct Creator Uploads (using tus for resumable, multi-part uploads) is dead because it takes me to the overview page in the workers dashboard and I cant find anything related to streams to begin create a worker from.
1 replies
TTCTheo's Typesafe Cult
Created by misimilen on 5/3/2023 in #questions
Generating image background job
I'm making a game where you can create levels in HTML5 Canvas and upload them to the api. I will need to generate an image for the level and I thought about using playwright to take a screenshots of the game via this playwright browser instance. Doing this in a serverless function doesn't really scale because it can take some time to generate it so I thought about having a background job for this. What are some helpful services to aid doing this?
1 replies
RRailway
Created by misimilen on 1/24/2023 in #✋|help
When it is possible to change region to EU?
When it is possible to change region to EU?
6 replies
RRailway
Created by misimilen on 1/23/2023 in #✋|help
What's the public IP(s) of railway?
I need to open up network access for my railway app in mongo atlas cloud.
8 replies