Removal of Heroku free product plans
201–210 of 590 posts
Re: Removal of Heroku free product plans
#202I've barely used Heroku, just playing with it for a day or two when it was in its heyday to see what it was about. But my incredibly anecdotal sense is that Heroku's real sweet spot was apps that started out on the free plan and then grew to be paying customers. Is that not really accurate? I know that's kind of a hard business model because only a tiny percentage of free customers will ever start paying. But do comp…
Heroku was great for us. But they didn’t seem to stay competitive with the alternatives.
Re: Removal of Heroku free product plans
#203I don't get why heroku would do this, it's killing any customer who would start off small and scale up. I mean how much money could they possibly be losing from hobby dynos etc...
They're telling you why: having a free tier means allocating a lot of resources to fraud and abuse, which are rampant in hosting, especially now that you can convert hosting dollars almost directly to cash. It's a big problem, and I have every reason to believe they're being forthright about why they've made this decision.
Re: Removal of Heroku free product plans
#204Re: Removal of Heroku free product plans
#205Either way the writing is on the wall. The Heroku that delighted us all is long dead and the product is on life support at this point to eek some more money from people who haven't already moved on to greener pastures. It's really say to be honest, Heroku felt like magic and was amazing for a number of years and then just stopped being relevant, coasted, and hemorrhaged talent.
The downfall started before Salesforce IIRC but at this point it's clear the heart of Heroku is dead and gone.
I'm sure the other PaaS that have innovated, moved with the times (fly.io/render/etc) are popping bottles today at this news.
Re: Removal of Heroku free product plans
#206Earlier quoted context omitted.
They're telling you why: having a free tier means allocating a lot of resources to fraud and abuse, which are rampant in hosting, especially now that you can convert hosting dollars almost directly to cash. It's a big problem, and I have every reason to believe they're being forthright about why they've made this decision.
You can still offer a "free tier for existing customers" and call it "development" or something. This lets people who are already known/paying to spin up test instances, without having to go through purchasing, which leads eventually to more paid usage.
Re: Removal of Heroku free product plans
#207Fly.io has a dedicated process for moving off of Heroku. Auth via Heroku and they'll launch your app onto Fly. They also have a free tier. The process: https://fly.io/launch/heroku The docs: https://fly.io/docs/app-guides/speed-up-a-heroku-app I haven't used it [the Heroku -> Fly process] myself, but it's been around for quite some time!
Please let me know in the replies what you'd like to see at Fly that would make it as good, if not better, than Heroku. I recently started working at Fly to focus on making Rails & Ruby app deployments awesome, and of course Heroku set that benchmark almost a decade ago. I can't promise I'll get to everything, but I can promise that it will help me better prioritize what I should be focusing on to make Fly better for…
CI runs on (almost) the exact same platform as production and we don't have to maintain any of it. When Heroku removes a package from their base image it gets removed from CI and we know if it broke anything.
The pricing model is the same as running our app. Which means if 10 people want to run 10 branches on CI at the same, and each CI run runs 32 nodes in parallel, and takes ~15 min, Heroku gives us 3200 nodes and we pay to run them for 15 minutes. No waiting, no upgrading to a different tier, etc...
I don't see many other people talking about Heroku CI, and Heroku doesn't seem to push it that much in their marketing, so either it's only really amazing for our use case or people just don't know about it yet.
For us it was a lot cheaper than other options when you consider how costly sitting around waiting for CI to start is.
Anyways that would be really hard to leave for another platform.
Re: Removal of Heroku free product plans
#208Re: Removal of Heroku free product plans
#209Re: Removal of Heroku free product plans
#210I don't get why heroku would do this, it's killing any customer who would start off small and scale up. I mean how much money could they possibly be losing from hobby dynos etc...
Salesforce acquired Heroku if you weren't aware. There's your "why" right there!