Hangfire concurrency with SimpleInjector + Entity framework

Hello guys i need help!,

I’m using the hangfire with simple injector and I’m having trouble with the concurrency on entity framework, when a job failed because concurrency exception, another jobs(who doesn’t update this same entity) throw the same exception too when they try to save change.

how do i manage this?