Sign in Sign up
nuget

GM.Scheduling.EntityFramework

EF Core + Quartz ADO.NET persistence for GM.Scheduling. UseQuartzAdoStore() switches Quartz to a persistent job store so schedules and triggers survive restarts and coordinate across instances; UseEntityFrameworkHistory() records job execution history / last-run status to a DbContext so observability data outlives the process. Configured on the same AddGMScheduling builder — no Quartz types leak to your app.

nuget View on Nuget

Activity

Latest release
2w ago
Total releases
1
Cadence
Last 12 months
1

Details

License
MIT
First release
Aug 31, 2026
Releases
Version Released
1.0.0 initial