Removal of Heroku free product plans
191–200 of 590 posts
Re: Removal of Heroku free product plans
#192Does Heroku have k8s? I'm still looking for some vendor that can do k8s single node for $5/mo.
Re: Removal of Heroku free product plans
#193Does Heroku have k8s? I'm still looking for some vendor that can do k8s single node for $5/mo.
Re: Removal of Heroku free product plans
#194I'm a founder and we specifically don't focus on running custom apps, but a moderated selection that also gets updates and optimizations. Like an app store for open source web apps.
Re: Removal of Heroku free product plans
#195"The priority going forward is to support customers of all sizes who are betting projects, careers, and businesses on Heroku" Who in 2022 is actually using Heroku at serious scale? This is a dying service, no one sane want to bet on that.
> You've requested a page on a website (substack.herokuapp.com) that is on the Cloudflare network. Cloudflare is currently unable to resolve your requested domain (substack.herokuapp.com).
Re: Removal of Heroku free product plans
#196Earlier quoted context omitted.
Please let me know in the replies what you'd like to see at Fly that would make it as good, if not better, than Heroku. I recently started working at Fly to focus on making Rails & Ruby app deployments awesome, and of course Heroku set that benchmark almost a decade ago. I can't promise I'll get to everything, but I can promise that it will help me better prioritize what I should be focusing on to make Fly better for…
My big want here is containerized deployments with build + release steps to allow me to e.g. run migrations and after-deploy tasks (we use both). This prevented a move to Render for us previously.
Here's the rough bits of what Fly has:
1. There's a release command (https://fly.io/docs/reference/configuration/#run-one-off-com...) that runs after the container is built, but before its deployed. In Rails that's when a database migration would be run.
2. To run a task after the application is deployed, there's shell access. Here's what that looks like for running Rails tasks: https://fly.io/docs/rails/the-basics/run-tasks-and-consoles/
3. Pre-deployment/build commands can be run from the Dockerfile, like a Rails asset compilation. Here's a link to that https://github.com//superfly/flyctl/blob/master/scanner/temp...
I recognize that this is a lot for folks who aren't comfortable configuring stuff and want the "no-config ease" of Heroku, but it's at least possible on Fly.
Re: Removal of Heroku free product plans
#197I don't get why heroku would do this, it's killing any customer who would start off small and scale up. I mean how much money could they possibly be losing from hobby dynos etc...
Re: Removal of Heroku free product plans
#198Re: Removal of Heroku free product plans
#199I don't get why heroku would do this, it's killing any customer who would start off small and scale up. I mean how much money could they possibly be losing from hobby dynos etc...