Hi, we have a background worker that uses BulkInsertOrUpdateAsync to insert or update data.
We are having issues with deadlocks which causes the job to start over in hangfire and piles up.
The code:
I have read that i can se holdlock to false in bulkconfig, but i am curious why the job starts over in hangfire. Does anyone have any good solution on how to solve this issue?