a year ago
Goodmorning,
in the trial plan if I keep deployed a NodeJS service, is there a limit of hours/day? Like how many days can be the service up?
3 Replies
a year ago
There isn't a daily/hourly limit, the trial plan works by giving you a one-time grant of 5 dollars which you can use until depletion. How many days it can run your service for depends on how costly your service is to run
a year ago
There isn't a daily/hourly limit, the trial plan works by giving you a one-time grant of 5 dollars which you can use until depletion. How many days it can run your service for depends on how costly your service is to run
Well, I just have a index.js file that handles with express library some POST, GET, DELETE and PUT requests and uses in a small maner the persistent volumes, like 10/20mb or smaller sometimes. I don't know where I can "simulate" the data usage and know when the credit will expire. Is there a way to see that?
a year ago
You can look at the metrics for your service in the metrics tab and cross reference it with Railway's pricing to get an idea for how much your service will cost a month and then from there you can calculate how long you can run the application for
Status changed to Solved dev • over 1 year ago