I'm using ABP IO 4.4.4 and I'm running a Worker that is scheduled every 10 seconds. And at each execution a job is created using BackgroundJobManager. In the Job there is a simple insert statement executed through a Repository. The insert I've done is a batch insert meaning InsertManyAsync was invoked. I noticed below error message when executing. Some of the records had been inserted some were lost. I have a feeling like this is thrown because of DB server? I'm not sure. Anyone got any helpful ideas on this? thank you
