What is a good alternative for static single-page apps? What are downsides of S3?
Elevated error rates on applications and deployments
51–60 of 76 posts
Re: Elevated error rates on applications and deployments
#52This 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…
It's still significantly easier to get up and running and keep a system up and running on Heroku than the AWS equivalents.
elastic beanstalk is about as simple as it gets... choose your platform and upload a zip file or use git deploys. how could heroku be "significantly" easier?
Re: Elevated error rates on applications and deployments
#53Earlier quoted context omitted.
Just like with previous incidents. I understand operating Heroku is not trivial but with 15 minutes after my monitoring systems (Pingdom, New Relic and Logentries) notifies me they need to improve this.
also not the cheapest service and no direct support line…
As for support I have always found Heroku to respond very quickly. And they do have direct support. https://www.heroku.com/support
Re: Elevated error rates on applications and deployments
#54What is a good alternative for static single-page apps? What are downsides of S3?
Re: Elevated error rates on applications and deployments
#55What is a good alternative for static single-page apps? What are downsides of S3?
Re: Elevated error rates on applications and deployments
#56This 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…
For sites already using Salesforce, Heroku Connect is quite a time saver. It handles the two-way sync between Salesforce objects and Heroku Postgres for you.
Re: Elevated error rates on applications and deployments
#57What is a good alternative for static single-page apps? What are downsides of S3?
Re: Elevated error rates on applications and deployments
#58What options would you consider if heroku was down permanently ?
Heroku is a great product and it going down permanently would be a huge loss to the community.
However there are a number of open source alternatives with very similar user experiences that you can run yourself in a variety of environments including:
https://flynn.io/ https://github.com/dokku/dokku http://deis.io/ https://www.openshift.com/
Re: Elevated error rates on applications and deployments
#59Down for almost an hour now. Haven't seen anything of this scale happen in 18 months or so of running our apps on heroku. Looking forward to the postmortem from Heroku (and hopefully my app being up again).
Re: Elevated error rates on applications and deployments
#60What is a good alternative for static single-page apps? What are downsides of S3?
Disclaimer: co-founder at Aerobatic