Closed ClaytonNorthey92 closed 2 months ago
Summary prior, when selecting a row to update, we were not locking the row selected so multiple processes could get this row at the same time.
Changes select row FOR UPDATE to lock row to ensure only one process gets it
FOR UPDATE
Summary prior, when selecting a row to update, we were not locking the row selected so multiple processes could get this row at the same time.
Changes select row
FOR UPDATE
to lock row to ensure only one process gets it