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