Projects
The QBO backfill work is not quite done with us yet. After the singleton fix landed, we surfaced a connection timeout issue on the shard connections themselves. The fix is PR #23326, which adds retry logic to make the backfill command resilient when a shard drops mid-run. These distributed backfill operations have a lot of surface area for transient failures, and a hard crash on a dropped connection is never the right behavior when a simple retry will do the job.
On the enum alignment front, I opened PR #2015 in graphter for LRX-42346 to lowercase the RegisterSaleState and RegisterSaleAttribute values. Casing that looks like a style preference today becomes a real integration headache tomorrow, so the sooner we get this normalized the better.
External Requests
I reviewed PR #23258 in the monolith for XEO-2407, which migrates the Shopify customer creation flow over to the walkin service. Cross-team migrations like this are worth a careful look since they touch assumptions that both sides of the boundary have been quietly depending on. Happy to see the walkin service absorbing more of this responsibility as the pattern matures.