←back to thread

1806 points JustSkyfall | 9 comments | | HN request time: 0.001s | source | bottom
Show context
stroebs ◴[] No.45286038[source]
Classic Salesforce. The exact same thing happened with our org and Heroku. Zero empathy, just pony up or we trash your company.
replies(2): >>45286112 #>>45288916 #
1. jonplackett ◴[] No.45286112[source]
Yeah they fucked Heroku hard. I used to love Heroku. Can’t imagine there’s many people still left using it now.
replies(4): >>45286520 #>>45286742 #>>45286944 #>>45288063 #
2. mrroryflint ◴[] No.45286520[source]
Hundreds of thousands, in fact. But I bet it’s a downward trend with no hope of a turnaround.
3. jorisboris ◴[] No.45286742[source]
I still have old personal projects on there

Its inertia, its just not a priority to move them over

4. wereHamster ◴[] No.45286944[source]
We just managed to shut down our last Heroku service a week ago. Good riddance.
replies(1): >>45288570 #
5. Mo3 ◴[] No.45288063[source]
> Yeah they fucked Heroku hard

Surprisingly not as much as I'd thought when they took it over. They just never adjusted pricing to remain competitive. The experience is still some of the best you can get for RoR apps. But nobody in their right mind deploying a new application today would look at their insane 10 year old dyno pricing and be like - yup - reasonable

replies(1): >>45289157 #
6. gregsadetsky ◴[] No.45288570[source]
what did you migrate to?
replies(1): >>45288865 #
7. TuringNYC ◴[] No.45288865{3}[source]
Not OP, but we originally migrated to Digital Ocean. But now, all complex stuff is on AWS and dual-stack stuff is on Replit.
replies(1): >>45289265 #
8. jrochkind1 ◴[] No.45289157[source]
in fact, if you actually look at the historical timeline, many of the things we think of as core to developer experience only were released after salesforce acquisition.

I think even multiple buildpacks at once only came a couple years after acquisition.

Possibly they were in the pipeline before acquisition, sure.

But I'd agree, heroku is still a better DX than almost any competitors, although it's features and pricing have really stagnated. So better DX as long as you don't need any features it doens't have. But it hasn't really been 'ruined' in any way, it just started appearing frozen in amber some years ago.

The new 'fir' platform is promissing, before that I didn't really know that any actual development was taking place in heroku, but it's a big move, modernizing things and setting the stage for more. Including slightly improved resource-to-pricing options. We'll see if it all works out...

9. gregsadetsky ◴[] No.45289265{4}[source]
and what did you use to manage git push deployments, setting env vars to replicate the heroku features?

also, you used replit for the frontend deployment? or frontend and some backend?

thanks - just super interesting as I'm in the space and feedback/real cases are really useful