Hi Alex, Wanted to give you the full picture on this morning's billing outage before the noise starts. Root cause: race condition in the payment processing queue. When two batch jobs hit the same merchant account within a 200ms window, the locking mechanism fails silently and both transactions proceed with stale data. This isn't a new bug. It's an architectural weakness in how we handle concurrent writes. I've scoped the fix at roughly 2 weeks of focused work...