#Can't reached DB
14 messages · Page 1 of 1 (latest)
@sand monolith
is this because DB is in sleep mode?
try with the public db url
Hey @viral dagger, please don't ping the team as per the #🛂|readme. Your database should wake up even with private networking as per the docs. However, as mentioned in the caveats of serverless, in some extreme cases, you may need to rebuild your database to wake it up.
Slept services still consume a slot on our infrastructure, enabling Serverless de-prioritizes your workload and in remote cases, may require a rebuild to re-live the service.
Yea but why db not auto wake up although I make a request?
Oke sorry. I will try it
are you using the username, password and such to connect to it?
Yeaa, i copy url db from database_public_url
The problem that i dont know is I can still access it from frontend in a few minutes before but when I want to access again it throw crashed suddenly even though Iam not work on backend or railway
why would you access the db from the frontend?
I have restart the backend but havent try restart the db. I will try it
I access db from backend api via frontend, and the backend throw error
And i realize the problem is from db