Trial credits used up
msoutopico
HOBBYOP

a year ago

Hi there, I started using Railway some months ago to host some home-made APIs (I'm not a professional developer) and I had a free plan. That task has been on hold for at least 4 months (which means I haven't used Railway during that time). Today I got an email saying that I had used all my trial credits and that I must upgrade my plan to continue using my account.

It's no a problem to upgrade (done that already), but I would like to understand why those credits have been used up (what has been consumed) in these months during which I didn't really do anything in Railway. My APIs aren't published, so nobody else can consume them, by the way.

Thanks a lot! Manuel

I have a couple of projects, here are their IDs:

  • ee24b87f-8fbe-4444-afc0-5cba50def7a9

  • d4f4d7a9-581b-43cb-a404-b6ca065362d7

Solved

22 Replies

dev
MODERATOR

a year ago

N/A


dev
MODERATOR

a year ago

If you didn't have any running deployments then it is possible you had a volume that consumed disk usage over time, which would also explain how it lasted 4 months


msoutopico
HOBBYOP

a year ago

Hi Fragly. If by "volume" do you mean large files, I don't think that's the case. But I think the deployments were running until now. I had assumed no credits would be consumed if there were no calls to the APIs, but could it be that simply having them deployed has consumed my credits?


dev
MODERATOR

a year ago

oh yes, if they were running then that is definitely what used up your credits, you're charged for memory consumption as well so even if the service gets no API request, it'll still consume idle memory usage which would drain your credits


dev
MODERATOR

a year ago

and by volume I mean static file storage basically


msoutopico
HOBBYOP

a year ago

right, thanks @Fragly


msoutopico
HOBBYOP

a year ago

so I guess it's a good idea to stop or pause the deployments when I'm not testing them, right? (also with my new Hobby plan)


dev
MODERATOR

a year ago

Yea, that is a good idea

Although the first 5 dollars of usage is free on hobby plan so if your services stay below 5 dollars total cost then you wouldn't need to bother removing deployments

Another thing that's worth noting is you can use app sleeping which puts your app in a "sleep" state until it receives requests, which would definitely be helpful if you're trying to save costs


msoutopico
HOBBYOP

a year ago

Thanks for the tip, that sounds helpful, I'll try the "sleeping" state.


dev
MODERATOR

a year ago

Awesome, you can find it in service settings


msoutopico
HOBBYOP

a year ago

awesome!


msoutopico
HOBBYOP

a year ago

Would you mind pointing me to the relevant documentation about costs involved by the files stored or the API traffic?


dev
MODERATOR

a year ago

static file storage costs are $0.25 per GB (you can see information about resource pricing on this page )

although that only applies if you have a [Volume]() attached to your service and you are deliberately storing files in that volume

If you don't have a volume attached then everything is stored in ephemeral storage which is free, but does reset when your service restarts or redeploys


dev
MODERATOR

a year ago

Regarding API traffic, Railway charges $0.1 per GB egress, you can see that on the pricing page too


msoutopico
HOBBYOP

a year ago

thanks a lot, @Fragly I was checking the right place then, I thought there would be more detailed info. awesome, that helps


dev
MODERATOR

a year ago

Of course, happy I could help 🙂


msoutopico
HOBBYOP

a year ago

I've marked the chat as "solved", not sure if that's necessary 🙂


msoutopico
HOBBYOP

a year ago

(as if this was a ticket of sorts)


dev
MODERATOR

a year ago

Don't worry we have internal tooling for that


msoutopico
HOBBYOP

a year ago

Thanks a lot for your prompt help, enjoy your day!


dev
MODERATOR

a year ago

Thank you, you too 🫡


dev
MODERATOR

a year ago

!s


Status changed to Solved dev about 1 year ago


Loading...