Removal of Heroku free product plans
131–140 of 590 posts
Re: Removal of Heroku free product plans
#132So their next chapter is obscurity followed by shutting down? It was clear even before their horribly bungled GitHub security incident that Heroku was on life support at best and it's been a long time since "Heroku" was the answer to "What PaaS should I use?". The beancounters took control a while back and are sucking all they can out of it before they discard it's empty shell. Having Heroku as your PaaS provider see…
What is the PaaS people use today? Just big cloud is too powerful or are there still niche companies that make life easy for startups like Heroku used to?
Re: Removal of Heroku free product plans
#133Earlier quoted context omitted.
We are not shutting it down. As I said in the blog, our priority is making sure that Heroku choice is a good business decision for critical apps of all sizes. This does have tradeoffs, but getting the rug pulled out is not one of them - the opposite.
Ok, let's see how well this comment ages. I predict in 5-10 years max we will get an "Our incredibly journey" post or a "Heroku is now Salesforce Cloud" (if that name isn't already taken, I have no clue, "Safeforce" is an immediate "avoid! red flag!" for me, I don't follow that company). Heroku was amazing when it first came out but it squandered the lead it had and hasn't done anything interesting for a long time. A…
Re: Removal of Heroku free product plans
#134We host a lot of individual apps, many that only need free tier DBs and Redis. This change will roughly double the cost of a basic app on pro dynos + DB + redis, from $25/m to $49/m, with no additional benefit.
Heroku is already very expensive. $25/m for 512MB RAM is laughable. At $49/m we could get a decent bare metal server for each of our apps.
If this change included a reduction in pricing to better match alternatives it would be fine. If they only eliminated the free tier for dynos but kept free tiers of add-ons that would be fine. But as is this change will significantly increase the cost for anyone using some free resources.
Re: Removal of Heroku free product plans
#135Re: Removal of Heroku free product plans
#136> Starting October 26, 2022, we will begin deleting inactive accounts and associated storage for accounts that have been inactive for over a year. Starting November 28, 2022, we plan to stop offering free product plans and plan to start shutting down free dynos and data services. We will be sending out a series of email communications to affected users. Sad to see this, but not surprised after the Salesforce purchase…
fly.io i think - never tried it but HN feedback has been pretty positive on it
Re: Removal of Heroku free product plans
#137This is a sad day. Pricing changes are always hard, and having been through some of the earlier pricing changes at Heroku you can't make everyone happy. But, so many developers deployed their first app on Heroku and was a staple for so many bootcamps. Without it I'm confident we'd have less developers in the world. It is still one of the gold standards for developer experience. Years after its heyday companies and to…
Why do you think nobody has been able to fully emulate this experience? It seems to me like there’d be a big market for an identical feature by feature Heroku “clone” with a more dedicated (from the outside looking in) team. No more features, no less, just exactly what Heroku did but without the intent to shut down. What’s preventing that from existing?
Docker/docker-compose has much of the "easy to ship" magic that Heroku had for me in its early years, I very quickly abandoned Heroku for my own container stacks not long after Docker launched in 2013. Its not quite as friendly or easy as Heroku was at its best, but its a completely open format and works with so many different providers etc etc.
When you can just get a database in a container with one line in docker or a handful of lines of yaml in a compose file, the magic of heroku deploying a production database instance easily isn't quite as special as it once was.
That Dokku, the open source Heroku alternative, is at heart a Docker container manager suggests I wasn't the only person with these thoughts.
Re: Removal of Heroku free product plans
#138Re: Removal of Heroku free product plans
#139Re: Removal of Heroku free product plans
#140This is a sad day. Pricing changes are always hard, and having been through some of the earlier pricing changes at Heroku you can't make everyone happy. But, so many developers deployed their first app on Heroku and was a staple for so many bootcamps. Without it I'm confident we'd have less developers in the world. It is still one of the gold standards for developer experience. Years after its heyday companies and to…
In our case, this would mean increasing our Heroku bill by 400% (we run a few paid apps and >40 free dynos with super low monthly activity) Does anyone have a recommendation how to re-create the Heroku experience on AWS or Azure?