wilchn / BlazingQuartz

Blazor web UI to manage Quartz.NET scheduler jobs.
Apache License 2.0
70 stars 20 forks source link

Support for Layout-Title Change via properties and change history retention time via properties #38

Open senolatac opened 5 months ago

senolatac commented 5 months ago
senolatac commented 5 months ago

@wilchn FYI

wilchn commented 5 months ago

Regarding housekeeping history, try to add "HousekeepingCronSchedule" in appsettings.json to see if works. The default value is "0 0 1 * * ?" (every day at 1AM)

  "BlazingQuartz": {
    ....
    "HousekeepingCronSchedule": ""
  },

https://github.com/wilchn/BlazingQuartz/blob/3b2e4b1d09a07c2b5dfabadf0eedf3825d421c56/src/BlazingQuartz/BlazingQuartz.Core/BlazingQuartzCoreOptions.cs#L22