hangfire-autofac Questions

1

I am using Hangfire BackgroundJob to create a background job in C# using below code. var options = new BackgroundJobServerOptions { ServerName = "Test Server", SchedulePollingInterval = TimeSpa...

3

I've installed and configured Hangfire in my .NET Core web application's Startup class as follows (with a lot of the non-Hangfire code removed): public class Startup { public void Configuration(I...
Cutlip asked 18/5, 2017 at 17:41

0

I have this action on one of my controllers which is called by another method which has been called also by another action. All works fine, unless I try to en-queue with Hangfire some jobs: _bankC...
1

© 2022 - 2024 — McMap. All rights reserved.