Tag: database
All the articles with the tag "database".
-
Solving Race Conditions in EF Core's Outbox Pattern with Pessimistic Locking
Remember when I spent four days debugging duplicate event processing and the culprit was a double registration? Well, the events were duplicating again. This time, it was an actual concurrency bug.