by dz0ny on 5/4/22, 8:45 AM with 24 comments
I've been looking for alternatives and found them severely lacking in security scope or basic functionality.
Render.com
- There is no concept of read/manage permissions. Anyone who is invited into a team can delete the team, all apps, services etc. By design of their UI also possibly by mistake. Support responded that they have been working on this the last 2 years or something like that.
- /tmp folders are misconfigured. This means that if you send a large enough POST and the web server stores the payload into a temp folder, that seek file is lost. I noticed this after a week of random EOF errors that the web server reported. The support responded I should just use their disk offering and that ephemeral services should not use temp folders, mind that Heroku is also ephemeral but /tmp folder can still be used because otherwise you have above problem.
- GitHub integration. The problem is that only one team/user can link the app to the entire platform. This means that if other team members visit the "Blueprint Sync" page, they will see an error that GitHub integration is broken. And for every team that you have, you would have to create a new GitHub user, just to set up sync and only that user can then see sync status.
I feel they are working hard and are closest to the Heroku. Yet I feel they are not up to the task that Heroku was/is, in particular I think they are not using the service themselves otherwise they would fix these shortcomings a long time ago.
Railway.app
They have Teams properly solved, and GitHub integration also works as expected. But they have issues elsewhere.
- Builder is slow as hell. For example, 200mb bundle needed 6 minutes to be deployed (they don't have build cache) and I was able to do it only once. The second attempt resulted in timeout (builds in 179s on Heroku and on Render in ~30s).
- No support for scheduled executions. This is a feature that both Heroku (Scheduler) and Render (Cron Jobs) provide. What it does, it spins the bundle/container and executes something at specific interval, you pay extra, but that's the whole point so that you can run more demanding tasks. I would have to rewrite everything into fake web cron of PHP era.
Do you know any alternatives besides these two? What are your plans with Heroku?
by anurag on 5/4/22, 4:25 PM
So why haven't we fixed everything yet? Ultimately, our bandwidth is limited (but growing!) and every day is an exercise in ruthless prioritization. We haven't ignored role based access control — we just haven't gotten to it yet (as a side note, https://feedback.render.com shows things we're working on right now).
I can't provide ETAs, but I can say with full confidence we will address everything you mentioned, and more. Give us time!
by hiharryhere on 5/4/22, 11:42 AM
The docs could use a lot of work though, and I find upgrading things like Ruby versions far more annoying than it should be.
Previously used Dokku for a few years then it was on heroku before that. Switched off dokku to outsource more of the ops.
by lostsoul8282 on 5/4/22, 11:24 AM
GitHub to cloud build. Cloud build deploys to cloud run. We setup multiple branches for different environments and it’s pretty much all streamlined.
We find the eco system pretty cool also we use scheduler and other cloud run instances for batch jobs. Worked great for us.
by enstyled on 5/4/22, 12:16 PM
They offer scalability across different regions and provide the networking and tooling for it. Their service also has a way to go, but I see continuous progress.
by byhemechi on 5/4/22, 1:02 PM
by firecall on 5/4/22, 8:52 AM
Hatchbox is really great, and very affordable for my needs!
I like that it's a UI and some opinionated tools and processes on top of a standard Linode VPS.
I can still SSH into my Linode and it's all there.
Performance is totally down to the size of the VPS you pay for!
I dont have time/skills/focus for devops, and have found that Hatchbox took away the pain by affordably managing deployment of a bunch of Rails apps that didnt warrant the larger costs of Heroku!
by itake on 5/4/22, 11:07 AM
I also use Digital Ocean's App engine, but its definitely not as hands off as Heroku, nor does it have the generous free add-ins for small apps (e.g. free redis or pg).
I've had a bear of a time trying to get elastic beanstalk to work on a rails app.
by sph on 5/4/22, 10:34 AM
I haven't kept up with it in years, so I'm not sure it's still the status quo.