Heroku's Ugly Secret: The story of how the cloud-king turned its back on Rails
11–20 of 437 posts
Re: Heroku's Ugly Secret: The story of how the cloud-king turned its back on Rails
#12The solution here is to figure out why your 99th is 3 seconds. Once you solve that, randomized routing won't hurt you anymore. You hit this exact same problem in a non-preemptive multi-tasking system (like gevent or golang).
Re: Heroku's Ugly Secret: The story of how the cloud-king turned its back on Rails
#13[1]: http://www.eecs.harvard.edu/~michaelm/postscripts/mythesis.p...
Re: Heroku's Ugly Secret: The story of how the cloud-king turned its back on Rails
#14Shame that this seems to have been flagged off the homepage before a reasonable discussion can ensue
Re: Heroku's Ugly Secret: The story of how the cloud-king turned its back on Rails
#15Re: Heroku's Ugly Secret: The story of how the cloud-king turned its back on Rails
#16As this blogpost also states Heroku really need to keep their documentation up to date. I sometimes stumble across something old referring to an old stack, or something contradicting.
Re: Heroku's Ugly Secret: The story of how the cloud-king turned its back on Rails
#17No procfile? No Unicorn or Puma? No worker process or threads defined
Re: Heroku's Ugly Secret: The story of how the cloud-king turned its back on Rails
#18Re: Heroku's Ugly Secret: The story of how the cloud-king turned its back on Rails
#19I am only going to suggest a small edit -> s/Postgres can’t/Heroku's Postgres can't/ PG can scale up pretty well on a single box, but scaling PG on AWS can be problematic due to the disk io issue, so I suspect they just don't do it. I'd love to be corrected :)
Re: Heroku's Ugly Secret: The story of how the cloud-king turned its back on Rails
#20OTOH, having a customer have a serious problem like this AND still say "we love your product! We want to remain on your platform", just asking you to fix something, is a pretty ringing endorsement. If you had a marginal product with a problem this severe, people would just silently leave.