Elevated error rates on applications and deployments
11–20 of 76 posts
Re: Elevated error rates on applications and deployments
#12I'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?
Re: Elevated error rates on applications and deployments
#13I'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?
Re: Elevated error rates on applications and deployments
#14I'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?
No chance of it shutting down anytime soon.
Re: Elevated error rates on applications and deployments
#15Re: Elevated error rates on applications and deployments
#16But 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
#17I'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?
Re: Elevated error rates on applications and deployments
#18I'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
#19It's more than some apps... all of ours (~70) are down and deliveroo looks like it's also having issues
Re: Elevated error rates on applications and deployments
#20What options would you consider if heroku was down permanently ?
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.