ecto_conditionals
ecto_conditionals copied to clipboard
Race Condition
When using find_or_create_by there could be a race condition between searching for the record, not finding it, and then creating it, if another process creates the record in the meantime resulting in a duplicate key error.