Only start one hangfire server
This commit is contained in:
@@ -18,7 +18,6 @@ namespace LeafWeb.Web
|
||||
public void Configuration(IAppBuilder app)
|
||||
{
|
||||
app.UseHangfireDashboard();
|
||||
app.UseHangfireServer();
|
||||
|
||||
SetupRecurringJobs();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user