←back to thread

528 points sealeck | 5 comments | | HN request time: 0.776s | source
Show context
brundolf ◴[] No.31391105[source]
The only thing I don't like is their usage-based pricing. On Heroku I could pay $7 a month and know I'd never be charged more than that. I'm sure when you're scaling a service it's fine - maybe even better - to do it on a sliding scale. But for a fire-and-forget blog site, I don't want to have to worry about stuff like that.
replies(7): >>31391168 #>>31391192 #>>31391253 #>>31391362 #>>31392452 #>>31392496 #>>31395938 #
1. franciscop ◴[] No.31392496[source]
This is the reason I use Heroku and would never on a personal level use some of the bigger solutions, or apparently Fly.io. As an individual and despite being generally careful, I just cannot have a tiny risk of having a $100k+ accidental bill. I'd rather my project goes down if there's a DDOS attack, or if I made a typo and created an infinite loop. If I take some of my hobby projects to the "next level", it'd be def behind a LTD company.
replies(2): >>31393356 #>>31394114 #
2. jshen ◴[] No.31393356[source]
Have you looked at render? Been using it for my hobby sites and am very happy with it.
replies(1): >>31409316 #
3. crummy ◴[] No.31394114[source]
Is it possible to rack up a 100k+ bill with personal projects on platforms like fly.io? Like some absolutely massive DDOS or something?
replies(1): >>31395208 #
4. xchaotic ◴[] No.31395208[source]
It could also be a simple user error- there’s been stories on HN on how people racked up massive bills for example because CI was running continuously etc.
5. joriskok1 ◴[] No.31409316[source]
I also really like render, very easy to use.