Issues with hangfire job and Autofac -
i'm triying implement hangfire in project. have issues when add backgroundjob.enqueue hangfire, when it's fired error:
'the request lifetime scope cannot created because httpcontext not available'.
i have installed hangfire , hangfire.autofac in prject. added hangfire configuration in startup.cs.
it not works.
Comments
Post a Comment