TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Who Is Testing in Production?

3 pointsby gdcohenover 5 years ago
I would love to understand your experiences. How do you detect issues? Are you using feature flags? Have you had any disasters? How do you deal with problems? What are the biggest pain points? Kubernetes? Etc?

2 comments

jimmyvalmerover 5 years ago
What's there to know? You divert some orthogonalizable flow (orders, accounts, widgets, etc.) to a parallel setup. The trick is orthogonalizable because if something in the main flow depends on something in the test flow, you're in for it.
评论 #21141542 未加载
naniwaduniover 5 years ago
At first I interpreted this as a spin on "everyone has a test server; some of us are lucky enough for it not to also be prod."