Hi,
I’m having problem with hangfire when I use recurringjob. My app has many jobs and sometimes a instance starts a job, same time that another instance still executing. I use InstancePerLifetimeScope, but when I use InstancePerBackgroundJob, hangfire throws a expection “Autofac.Core.DependencyResolutionException”. How can I solve this problem?
Regards