2 different jobset updating same record causing unique constraint
We have different jobsets (around 4 to 5) running in our system, with processes within those jobsets inserting data into the same record. Occasionally, we encounter unique constraint errors when the same ID is added or updated by two different processes simultaneously. Could you advise on how to resolve this issue?