Was affected by the outage. Didn't know about it so I thought it was just another crash on Fly.io. Tried to restart our app from the command line, only to be told they had disabled the API. And there is no restart feature on their dashboard. So all I could do was watching flyio logs telling me that our apps were down. Sigh. We moved from Heroku to Fly.io only this January, and are already considering moving away from…
Fly.io Status – Consul cluster outage
31–40 of 123 posts
Re: Fly.io Status – Consul cluster outage
#32There's nothing to brag about here, I just wanted to let y'all know we're listening (even when things aren't on the HN front page).
Re: Fly.io Status – Consul cluster outage
#33Oh boy. I wouldn’t wanna be the people doing this. Working with infrastructure is hard. Doing it under tight SLAs? Ugh. I really hope the people working on this are being well supported.
Re: Fly.io Status – Consul cluster outage
#34Would be really interested to understand why it affects recently deployed apps but not apps that are already established - something to do with how the Fly Router works?
Re: Fly.io Status – Consul cluster outage
#35Respect to anybody who is an SRE at fly.io. Couldn’t pay me enough to do that job
They just hired their first if I recall correctly. I feel for their customers more than I do for their shareholders
Note that we grew the whole company from 25 to 60 over the last six months.
Re: Fly.io Status – Consul cluster outage
#36As a person with no background in distributed systems, I am wondering why people choose Consul over alternatives. Are there features that etcd doesn't offer?
Re: Fly.io Status – Consul cluster outage
#37They seem to have a lot of issues with Consul, is it the design of Consul or the way they use it that is the problem?
Re: Fly.io Status – Consul cluster outage
#38I really really wanted to like and recommend fly.io but I wouldn't risk deploying anything more than a side project to tinker with, given how many random issues I encountered in a relatively short development time. It was a simple Phoenix app which made me wonder "am I doing things totally wrong?" quite a few times, after exhausting all info sources. But when I tried the same process the next day, it would deploy jus…
Same. I’m so disappointed because I’ve been rooting for them. We were close to a major deployment/migration (well, major as is mid four figures per month, not major like Google) but they were removed from the decision set. It would not have been responsible to bet on them at this time. I hope they get this sorted - they’re really good folks!
Re: Fly.io Status – Consul cluster outage
#39Fly is building everything in hard mode - since they are not layering on top of an existing cloud like pretty much everyone else (heroku, render, railway, ...). It's either very smart (if they pull it off) because they will have a ginormous cost advantage or they fail. I'm personally of the opinion that the ux on top of aws/gcp/... is worse than a doo-doo in a shoe. However, they are as stable as can be (all complex…
Re: Fly.io Status – Consul cluster outage
#40"This impacts queries to our API, including creating and modifying apps, as well as incoming network requests for recently deployed apps." Would be really interested to understand why it affects recently deployed apps but not apps that are already established - something to do with how the Fly Router works?
This outage prevented us from writing services to Consul, so we couldn't read them back out. Nomad will only really write service information to Consul, so we're kind of stuck with Consul in the loop until we're fully off Nomad.