Mukesh
unable to connect to my postgres database
hey there! i am trying to connecting to my postgres database and it does nothing - neither it throws an error nor it successfully connects to the database. i just remains in this idle/loading state forever. i have either using both
psql
and railway's cli for connecting to the database9 replies
Failed to deploy due to a daemon error
hey! i'm trying to deploy but it keeps failing due to the following error
the wasn't any error/issue with the build. the error is shown in the logs during the post-build -> deployment phase. the error was shown in the log after ~6-7 minutes (probably railway kept re-trying?)
14 replies
sticky cache enabled
hey! i have just deployed my latest commit but railway throws the pnpm lock file outdated error. i have tried re-installing my
node_modules
and it works perfectly fine and the stdout shows that the lock file is up to date.
i have ci/cd setup on my development branch which deploys the code to the development
branch. there wasn't any error while deploying to that branch.
in the build logs of the main
(aka the production) branch, it shows "sticky cache is enabled". i have never seen such a log, is there any way to fix it?22 replies
Slow Prisma query speeds
Hey! I'm using Prisma as my ORM. Recently Prisma was taking my longer than usual on Railway (it was working fine on local development environment, with the exact same database). I ran a test to compare the query speed and turns out that it took ~800ms to complete a simple
createMany
Prisma query. Whereas, it 100ms on local development environment.
The possible explanation for such behavior is network latency, but is there any way to reduce the time?14 replies