Stop Inferring State From Your Logs, Pick a Marker Instead
I was debugging a production issue at 2 AM last month when I realized I'd been doing something stupid. Our system was showing the wrong status for batch processing jobs because I'd built state inference on top of scattered log lines instead of a single, intentional marker. I kept...