7 ms·
You may run into race conditions when two processes end up saving an object with the same hash_id. The check and the object creation should both happen inside a
by soveran 15y ago
You may run into race conditions when two processes end up saving an object with the same hash_id. The check and the object creation should both happen inside a transaction.
- nagnatron 15y agoGood point. Thanks.