←back to thread

797 points burnerbob | 4 comments | | HN request time: 0s | source
Show context
pech0rin ◴[] No.36809852[source]
I really want to love Fly.io. It's super easy to get setup and use, but to be honest I don't think anyone should be building mission critical applications on their service. I ended up migrating everything over to AWS (which I reallllly didn't want to do) because:

* Frequent machines not working, random outages, builds not working

* Support wasn't responsive, didn't read my questions (kept asking same questions over and over again) -- I paid for a higher tier specifically for support.

* General lack of features (can't add sidecars, hard to integrate with external monitoring solutions)

* Lack of documentation -- For happy path its good but any edge cases the documentation is really lacking.

Anyway, for hobby projects its fine and nice. I still host a lot of personal projects there. But I have to move my companies infrastructure off of it because it ended up costing us too much time/frustration, etc. I really had high hopes going into it as I had read it was a spiritual successor of sorts to Heroku which was an amazing service in its day, but I don't think its there yet.

replies(5): >>36809906 #>>36810044 #>>36810185 #>>36810377 #>>36815196 #
1. steve_adams_86 ◴[] No.36809906[source]
My experience was the same. I stopped using it for hobby projects recently when I had two consecutive days of being unable to build anything. The same stuff that built the week before, built fine locally, then eventually built on fly again — just, inexplicable downtime with no word from support.

Their free tier is very generous. You can get a lot happening and stay under their billing threshold. But, I like to get stuff done. I have a family. I code in my spare time very rarely, and I need a service that’ll let me just build my goddamn project. This was a small static site built by Node, so nothing spectacular happening.

I do wish them the best though. They have an excellent product in their tooling, and if they could stabilize their infrastructure I’d love to try them again.

replies(1): >>36811434 #
2. robertlagrant ◴[] No.36811434[source]
> I need a service that’ll let me just build my goddamn project. This was a small static site built by Node, so nothing spectacular happening

(Cloudflare|GitHub|GitLab) Pages should do you nicely!

replies(1): >>36823440 #
3. steve_adams_86 ◴[] No.36823440[source]
I actually use digitalocean and it’s pretty solid for static sites (they’re free, I think). It’s also convenient because that’s where pretty much all of my stuff lives these days. I used to put piles of stuff on GitHub pages though! I have some great memories of learning how awesome static sites could be, and how cool it was that they’d deploy just by pushing your repository. That seemed like magic back then.
replies(1): >>36827468 #
4. steve_adams_86 ◴[] No.36827468{3}[source]
Free up until 3 static sites, that’s what it was (on the app platform)