Arnór
Arnór
Explore posts from servers
RRailway
Created by Arnór on 6/19/2024 in #✋|help
log viewer broken (see video)
It appears as if the default log viewer is messed up - looks like some kind of view-reuse optimization gone horribly wrong. I have locomotive syncing the logs, and synced logs are just normal. This is on chrome on mac, and they have worked "reasonably well" before. That is, not broken like this. See video attchment (if video attchments are supported)
17 replies
RRailway
Created by Arnór on 6/18/2024 in #✋|help
Browsing logs
No description
26 replies
PPrisma
Created by Arnór on 6/12/2024 in #help-and-questions
Ordering of createMany items
When you use the create method and include a createMany, does Prisma guarantee the ordering of the items created? Or can they get created out of order? Eg. given the following:
prismaClient.opinion({
name: 'something',
favorite_fruit: {
createMany: {
data: [{ name: 'tomato' }, { name: 'orange' }]
}
}
})
prismaClient.opinion({
name: 'something',
favorite_fruit: {
createMany: {
data: [{ name: 'tomato' }, { name: 'orange' }]
}
}
})
in the above example, is the 'tomato' entry guaranteed to be created before the 'orange', or are they created potentially out of order?
4 replies
RRailway
Created by Arnór on 6/10/2024 in #✋|help
Can't reach database server at monorail..etc
This has been happening intermittently - but right now my deployed service, which was working a moment ago can't connect to the postgres database. The connections are failing with: Can't reach database server at monorail.proxy.rlwy.net:10861\n\nPlease make sure your database server is running at monorail.proxy.rlwy.net:10861. This is not really related to the other issue I have open, related to connecting to the db during the build process, so please do not conflate the two This process was serving data 5 minutes ago, and now I can't connect to the db, but the postgres service is still being shown as up and running in the railway dashboard Service ID: 58cd7410-04d6-4c6e-a74d-fa7c78455231
8 replies
RRailway
Created by Arnór on 6/10/2024 in #✋|help
Error connecting to database from deployment process
I'm getting an error connecting to a database instance from a different service during its deployment process. This process has worked pretty much flawlessly for two years, but now I'm getting this error when the deployment migration is performed from a Dockerfile: Error: P1001: Can't reach database server at monorail.proxy.rlwy.net:10861 The existing service, still running, can connect fine. And I can connect to the database remotely as well. project: 58cd7410-04d6-4c6e-a74d-fa7c78455231 service: a6f97426-e4a4-4286-a7cf-c259f98f5ff9
177 replies
RRailway
Created by Arnór on 6/5/2024 in #✋|help
Can't connect to postgresql
Seems to be behaving similarly to a couple of weeks ago, when there was an issue in https://status.railway.app/ I'm seeing the DB in the railway dashboard, and is reported as up and running - I have been able to connect to it intermittently - but haven't had a stable connection to it for 30 minutes. project id: 58cd7410-04d6-4c6e-a74d-fa7c78455231 service id: ade6159a-a640-4f0d-b8b8-44dc80f7c770
6 replies
RRailway
Created by Arnór on 5/27/2024 in #✋|help
Can't connect to postgres + redeployment failed
Both my app and my own computer can't connect to postgres. No deployment for 4 months. I tried restarting and redeploying, but the redeployment seems to have hung now, so reporting still deploying after 9 minutes Project ID 58cd7410-04d6-4c6e-a74d-fa7c78455231 Service ID ade6159a-a640-4f0d-b8b8-44dc80f7c770
13 replies