mirror of
https://github.com/fergalmoran/Quartzmin.git
synced 2026-01-06 08:44:39 +00:00
cleaning up
This commit is contained in:
@@ -9,7 +9,7 @@ namespace AspNetCoreDocker
|
||||
{
|
||||
public static void Main(string[] args)
|
||||
{
|
||||
var scheduler = DemoScheduler.Create();
|
||||
var scheduler = DemoScheduler.Create().Result;
|
||||
|
||||
var host = WebHost.CreateDefaultBuilder(args).Configure(app =>
|
||||
{
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
<section name="quartz" type="System.Configuration.NameValueFileSectionHandler" />
|
||||
</configSections>
|
||||
<quartz>
|
||||
<add key="quartz.plugin.executionHistoryPlugin.type" value="Quartz.Plugins.RecentHistory.ExecutionHistoryPlugin, Quartz.Plugins.RecentHistory" />
|
||||
<add key="quartz.plugin.executionHistoryPlugin.executionHistoryStoreType" value="Quartz.Plugins.RecentHistory.Impl.InProcExecutionHistoryStore, Quartz.Plugins.RecentHistory" />
|
||||
<add key="quartz.plugin.recentHistory.type" value="Quartz.Plugins.RecentHistory.ExecutionHistoryPlugin, Quartz.Plugins.RecentHistory" />
|
||||
<add key="quartz.plugin.recentHistory.storeType" value="Quartz.Plugins.RecentHistory.Impl.InProcExecutionHistoryStore, Quartz.Plugins.RecentHistory" />
|
||||
</quartz>
|
||||
</configuration>
|
||||
|
||||
Reference in New Issue
Block a user