valkyrie
valkyrie copied to clipboard
Create a version of ActiveRecord::RecordNotUnique
This occurs when we have two thread simultaneously trying to create a record with the same id. We should have a backend independent way to handle this error.
Needs a reproducible test case.
Right now this will raise an error when it happens, but it won't be consistent.