misimilen
Explore posts from serversClone 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
TTCTheo's Typesafe Cult
•Created by misimilen on 4/7/2024 in #questions
404 Not Found when rendering <UploadButton>
1 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
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
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 🙂
17 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