They got themselves into a mess here: > This turns out to have a lot of complexity lurking within. Slack does not share a common codebase or even runtime; services in the user-facing request path are written in Hack, Go, Java, and C++. This would necessitate a separate implementation in each language. This sounds crazy. I've seen several products where there is a core stack (e.g. Java) and then surrounding tools, ana…
Slack’s migration to a cellular architecture
91–100 of 265 posts
Re: Slack’s migration to a cellular architecture
#92Earlier quoted context omitted.
The company I work for has a "Hours wasted because Teams sucks" page that gets updated at least weekly. Eventually the list will grow so large that we could probably attach a 5-figure dollar amount to it, if it hasn't already.
Depending on the size of the company, that value is absolutely insignificant.
Re: Slack’s migration to a cellular architecture
#93Earlier quoted context omitted.
AWS also uses Slack internally, so add that to the list of shit that can hit the fan if us-east-1/IAD goes down.
Don’t they also use Chime? It wouldn’t be a single point of failure.
Re: Slack’s migration to a cellular architecture
#94Earlier quoted context omitted.
Teams is doing well because it's often an IT department's simplest choice, but I don't find it's great for users.
Why would I choose Slack for my employees when Teams integrates so nicely with everything else in the "stack". Teams is leaps and bounds ahead already, and Slack really lost the boat many years ago. Speaking of which, I'm going now to buy more Microsoft shares.
Re: Slack’s migration to a cellular architecture
#95Earlier quoted context omitted.
The downside of single AZ clusters is capacity. If you have a need to drastically scale up the compute might not be available in a single AZ.
Indeed, this is the main problem I run into. We have to scale up capacity before the traffic can be redirected or you basically double the scope of the outage briefly. Which involves multiple layers of capacity bringup -- ASG brings up new nodes, then HPA brings up the new pods.
Worth noting that requiring teams to use 3 AZs is a good idea because you get "n" shaped patterns instead of mirror shaped patterns, which have very different characteristics for resilience and continuity.
Re: Slack’s migration to a cellular architecture
#96Re: Slack’s migration to a cellular architecture
#97Can someone ELI5 the difference between using AWS availability zone affinity and then simply dropping the downed AZ at the top most routing point? Wouldn't that be the same thing, with the obvious caveat you are t using the routing technology Slack is using (We don't - We use vanilla AWS offerings)
Re: Slack’s migration to a cellular architecture
#98"cellular architecture" What? Does amazon need to push for new sales points or are they simply making up architectures now?
May be marketing but it is an architecture born out of Amazon's (and AWS's) use of AWS:
- Reliable scalability: How Amazon.com scales in the cloud, https://www.youtube.com/watch?v=QeW9wCB36ck&t=993 (2022)
- How AWS minimizes the blast radius of failures, https://youtu.be/swQbA4zub20 (2018)
For massive enterprise products like Slack that need close to 100% uptime across all their services, cells make sense.
Re: Slack’s migration to a cellular architecture
#99They got themselves into a mess here: > This turns out to have a lot of complexity lurking within. Slack does not share a common codebase or even runtime; services in the user-facing request path are written in Hack, Go, Java, and C++. This would necessitate a separate implementation in each language. This sounds crazy. I've seen several products where there is a core stack (e.g. Java) and then surrounding tools, ana…
Re: Slack’s migration to a cellular architecture
#100"cellular architecture" What? Does amazon need to push for new sales points or are they simply making up architectures now?