What 'Processing' Means When the Worker Is Gone
A status column records what a job was doing. It cannot record whether anyone is still doing it.
3 posts
A status column records what a job was doing. It cannot record whether anyone is still doing it.
Check-then-insert looks correct and isn't. The only reliable fix is to stop checking and let a constraint decide.
Splitting durable truth from fast dispatch buys a lot. It also creates a dual write I never made atomic.