Live data from Hacker News

Ask HN: So you moved off Heroku, where did you go?

news.ycombinator.com

301–310 of 322 posts

Re: Ask HN: So you moved off Heroku, where did you go?

#301

Earlier quoted context omitted.

The new "cheap" plan is only two dollars less so I don't think it is an alternative for many. I will most likely move infrequently used apps to another platform.

The new “eco” dynos work the same way as free do today — they draw down a shared pool of hours across multiple apps. So you could run tens (or hundreds) of infrequently used apps for a total of $5/month. That’s in contrast to the originally-announced plan, which had Hobby as the lowest cost option which costs $7 per dyno per month, which can get expensive with lots of rarely-used apps.

Ah I missed the "shared across all of your eco dynos" part. Thanks for the info. That helps. I also like the new small Redis plan.

Re: Ask HN: So you moved off Heroku, where did you go?

#302
post #298

Earlier quoted context omitted.

I would maybe do all that if it was for more than side-projects that can tolerate 5-10 seconds of downtime when deployed :)

That's fine, I wouldn't tell you otherwise. You just complained about a missing feature that isn't actually missing if you use the service properly and treat servers like cattle.

Well yes, some containers only read the persistent data so if those could have zero-downtime as there's no risk of data corruption it would be great, but that option is not offered to me.

Re: Ask HN: So you moved off Heroku, where did you go?

#303
post #242

Used to run all my bots (less than 5, doing each 30min - 1hr of computation daily) in Heroku using the free dynos, now moved them all to a Raspberry Pi I had from years ago that I dusted off for this.

What do the bots do?

An example here: https://news.ycombinator.com/item?id=33099089

Re: Ask HN: So you moved off Heroku, where did you go?

#304

Earlier quoted context omitted.

Northflank co-founder here. Addon disk pricing is the same as our volume pricing for services. The disks are SSDs. We've added a margin on-top of GCP, EC2 and Azure SSD pricing so I wouldn't say they are expensive in comparison to other providers. It's possible to configure HDD storage which is much cheaper, would be happy to enable that feature flag for you. SSD $0.30 per GB, HDD $0.15 per GB. We'll add HDD pricing…

Hi I looked at the pricing page and cannot see managed postgres is that an option or would I install it myself on an nf-compute-N?

Managed Postgres is a feature and we install it for you on your selected resource plan, replica count, version, storage and other options.

Re: Ask HN: So you moved off Heroku, where did you go?

#306

Earlier quoted context omitted.

No Rails support? :(

Not “natively”, but as lots of people asking, I will add it soon. Try to fit in this week! :)

Sounds great!

I feel like Ruby on Rails out of the box support would really help bring an influx of Heroku orphans.

Re: Ask HN: So you moved off Heroku, where did you go?

#307
post #279

Earlier quoted context omitted.

Can you share the gory details so we can learn more about this? It would be interesting to study what happened, in detail. Perhaps there was a misconfiguration?

I made a video about it but it is not published yet. I hope to publish it soon here: https://www.youtube.com/channel/UCkc8xf5A7qCQydN6tG0BmmQ There was no misconfiguration, just millions of DNS requests but not millions of actual users. I was in contact with AWS support multiple times. The only solution was so use AWS Shield Advanced. They did refund most of the charges but it was too risky for me. Even after I moved…

Yeah, the problem is, dnsimple.com isn't going to NOT charge you for the same thing. They have T&Cs too.

I'm guessing AWS refunded close to 100% of fees associated with provable bad DNS requests.

Re: Ask HN: So you moved off Heroku, where did you go?

#309

Throwing Scalingo [1] in here because I feel they get way less exposure than they deserve. We [2] offer a SaaS for medical device companies. GDPR compliance made us look for a EU-based company, and the recent Heroku situations (disappearing free tier and GitHub OAuth fiasco) made us switch to Scalingo. Scalingo is based in France. Their PaaS is rock-solid. The UI sometimes looks less polished but that shouldn't detra…

Thank you for this! We've been looking for an EU based heroku alternative for a while.

Thanks to a couple of people suggesting scalingo here on HN, I gave it a try last night and I'm very impressed with the offering. It took me less than an hour to get our rails template running - with no code changes at all.

The prices are comparable or lower than heroku, and unlike heroku your not forced into paying much more when your memory usage starts exceeding 512 mb.

Re: Ask HN: So you moved off Heroku, where did you go?

#310

Moved from Heroku to Scalingo 1) Took a few hours to have everything setup. Transition was easy 2) Not that much. I chose heroku because i hate doing sys admin stuff 3) Can't say for this one, scalingo is a PAAS 4) Scalingo will probably be more expensive for starter plans but as you grow it won't be like heroku's horrible pricing 5) Mostly app with no traffic to be honest

Thank you for this! We've been looking for an EU based heroku alternative for a while.

Thanks to a couple of people suggesting scalingo here on HN, I gave it a try last night and I'm very impressed with the offering. It took me less than an hour to get our rails template running - with no code changes at all.

The prices are comparable or lower than heroku, and unlike heroku your not forced into paying much more when your memory usage starts exceeding 512 mb.

Post reply on HN