this post was submitted on 18 Oct 2023
1192 points (97.6% liked)
Memes
45608 readers
1063 users here now
Rules:
- Be civil and nice.
- Try not to excessively repost, as a rule of thumb, wait at least 2 months to do it if you have to.
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Rollouts are not made to boil frogs, they are made so that you can test the impact of changes, and crucially, quickly roll undesired changes back. It's a great technique. This is important when you're at Google-scale - any small mistakes will impact millions of people. The only realistic way to handle this is to roll changes out and monitor the changes for negative impacts - stuff like crashes and so on.
I agree that what they're doing is boiling the frog, but rollouts have nothing to do with it.