how can i calculate the price of my whole service?
I recently deployed all my services and i would like to get the month price of my whole project (like how much of resources it uses in total and thus calculate the price of it)?
17 Replies
here's what you want https://railway.app/account/usage
exactly, thanks
current cost indicates the cost of one day of usage, right?
and is there any way to lower it? you were saying that development mode consumes more, what development mode means and what other cheaper options i hvae left?
so what is 0.4061$ ? is this price of one day of usage?
@lplpqq all usage are based on when you started billing. Can you see your billing page?
Like my billing starts from 1st of every month
This page will show your incurred usage for this month so far, together with an estimated MONTHLY cost
is it possible to pay for instance without unlocking hobby plan?
I don't think so
It was the case before but now I believe you need to subscribe to a hobby plan to continue using railway
ah, alright
anyway, how can i get the approximate cost of my services
the estimated cost can be broken sometimes
you can just take the currant usage and plug it all into the calculator here
https://railway.app/pricing
look for "Usage Estimation"
Or another hacky solution I approximately use is the amount of RAM will tell you the amount of money you'll pay in singular dollars. Like 250MB ram = $2.50, 1000MB ram = $10.00
CPU and Network is another issue but you just add on to the RAM from there
So In this case I have an app running at 160MB ram approximate, which is $1.60. add on a little compute and network to give me about $1.80 per month
thank you guys, that was really helpful
but i have another question, does buying hobby plan (which costs 5$ ) does issue you 5$ that will cover the usage. Lets say that i use 20$ a month, so thus i will pay 5$ + (20 - 5)$ = 5$ + 15$ = 20$ a month in total, right?
yes
easy way to think of it is it's pay for what you use, just the minimum is 5 dollars
so basically hobby plan just expands the limits, but does not increase the month bill
right?
i suppose, unless you use less than 5 dollars, then it'll increase it to 5 dollars
aight, thabk you very much