7 months ago
I want to achieve speed. I think If I make database call through internal networks. It will fast and more secure as each query to database is passed via railway network not the internet.
Attachments
Pinned Solution
7 months ago
In service settings, disable the Enable Serverless option.
4 Replies
7 months ago
You can use the variable ${{Postgres.DATABASE_URL}} in your backend service to communicate via internal networking.
7 months ago
also how do I make sure that my server is always is running without sleep
0x5b62656e5d
You can use the variable `${{Postgres.DATABASE_URL}}` in your backend service to communicate via internal networking.
7 months ago
also how do I make sure that my server is always is running without sleep
hardik7843
also how do I make sure that my server is always is running without sleep
7 months ago
In service settings, disable the Enable Serverless option.
Status changed to Solved brody • 6 months ago