Live data from Hacker News

Elevated error rates on applications and deployments

status.heroku.com

11–20 of 76 posts

Re: Elevated error rates on applications and deployments

#12
post #9

I'm not sure why, but I was under the impression that Heroku had been shut down months ago. I may have been thinking of Nodejitsu (which has been acquired by GoDaddy). Did Heroku change owners at some point or am I imagining things?

Heroku was acquired by Salesforce in 2010.

Re: Elevated error rates on applications and deployments

#13
post #9

I'm not sure why, but I was under the impression that Heroku had been shut down months ago. I may have been thinking of Nodejitsu (which has been acquired by GoDaddy). Did Heroku change owners at some point or am I imagining things?

Heroku was acquired by SalesForce, and like everything Salesforce touches, it'll slowly descend into a steaming pile of

Re: Elevated error rates on applications and deployments

#14
post #9

I'm not sure why, but I was under the impression that Heroku had been shut down months ago. I may have been thinking of Nodejitsu (which has been acquired by GoDaddy). Did Heroku change owners at some point or am I imagining things?

Heroku has been owned by Salesforce since 2010, and it's very loved in the SFDC family.

No chance of it shutting down anytime soon.

Re: Elevated error rates on applications and deployments

#16
This is kind of offtopic but what is the attraction of using Heroku over using EC2 directly now. I remember back in the day when EC2 didn't have RDS and Elasticbeanstalk Heroku was an attractive option because you could deploy and scale without needing to do any kind of system administration.

But now EC2 is offering managed databases through RDS and elastic bean stalk gives you git style deployment similar to Heroku I don't see what Heroku is offering other than another point of failure and another set of security problems. It looks like Heroku uses linux containers for isolation. So not only do you have to worry about someone attacking the underlying EC2 VMs Heroku uses but you have to worry about the tenants collocated on your Heroku VM attacking you through the linux kernel as well.

Re: Elevated error rates on applications and deployments

#17
post #9

I'm not sure why, but I was under the impression that Heroku had been shut down months ago. I may have been thinking of Nodejitsu (which has been acquired by GoDaddy). Did Heroku change owners at some point or am I imagining things?

Heroku was bought by Salesforce in 2010: https://techcrunch.com/2010/12/08/breaking-salesforce-buys-h...

Re: Elevated error rates on applications and deployments

#18
post #13
post #9

I'm not sure why, but I was under the impression that Heroku had been shut down months ago. I may have been thinking of Nodejitsu (which has been acquired by GoDaddy). Did Heroku change owners at some point or am I imagining things?

Heroku was acquired by SalesForce, and like everything Salesforce touches, it'll slowly descend into a steaming pile of

So far it seems that Salesforce is leaving them alone to run their own business

Re: Elevated error rates on applications and deployments

#19

It's more than some apps... all of ours (~70) are down and deliveroo looks like it's also having issues

Yep, people are melting down on Twitter about not being able to order food. And on the day that Amazon launched Amazon Restaurants in London with one hour delivery too...

Re: Elevated error rates on applications and deployments

#20
post #7

What options would you consider if heroku was down permanently ?

If you are just using heroku to run a process it is pretty easy to rebuild on AWS. Here is one fairly solid guide: http://blog.clearbit.com/ec2-heroku/

Depending on what language you are using google's app engine could be a quick replacement.

http://rogerstringer.com/2015/05/13/make-your-own-heroku/

https://github.com/buttfoundry-community/bosh-buttfoundry/bl...

Another HN thread: https://news.ycombinator.com/item?id=4183634

I'm not a big fan of docker for a few irrelevant reasons but using it w/ heroku makes it very easy to migrate to other container hosts.

edit: the founder of Flynn replied to parent as well, that is also a great alternative that I forgot to include.

Post reply on HN