a year ago
Hi,
I am thinking about Upgrading to Hobby Plan but I can't seem to understand the Hobby Plan offering resources.
I mean, It is charging $5/mo Resource usage, so Is it 5$ credits that I can use to use resource to run my app? or Is it free for one month within 8GB of RAM, so Can I use it in limited resources unlimited for one month?
If it is only resource's credits then I am having problems calculating the resource usage in my stack like I will be deploying
Django based APIs
With Postgresql Database
Redis (Celery Background tasks and Caching)
Django Channels
so How long can I use the resources with these with about 100 API URLs, 10 req/sec and not stalling app even for 1 minute (so requests are almost continous) , and that db, until I wear out 5$ credits? I mean How long can I keep the APIs online with 5$ credits, I know it depends on lot of things like API's efficiency, Database queries and more but I want rough idea of how long?
Thank You
3 Replies
a year ago
The Hobby Plan on Railway costs $5 per month and includes $5 worth of resource usage. This means you pay a flat $5 monthly fee, and you can use up to $5 worth of resources (CPU, Memory, egress, persistent storage) without additional charges. If your usage exceeds $5, you'll be billed for the extra usage.
To estimate how long your setup can run on the $5 credits.
You can estimate your resource usage costs on the Pricing Page. It is important to note, however, that you only pay for the resources you use (down to the minute), so you will likely experience a lot of mileage for the $5. If cost is a concern, please see Optimizing Usage in the Docs for approaches and strategies to minimize spending.
You can find more information about the pricing plans here.
Status changed to Awaiting User Response Railway • about 1 year ago
a year ago
As I read somewere that a 512MB Ram can run a small django website very well with Nginx, so Can I configure Nginx in Railway for better traffic handling? And Can I configure it with 512 MB Ram?
Status changed to Awaiting Railway Response Railway • about 1 year ago
a year ago
Yes, you can configure NGINX. See, for example, the NGINX template in the template marketplace, as well as template repo for instructions on how to configure NGINX.
Status changed to Awaiting User Response Railway • about 1 year ago
7 months ago
This thread has been marked as solved automatically due to a lack of recent activity. Please re-open this thread or create a new one if you require further assistance. Thank you!
Status changed to Solved Railway • 7 months ago