Skip to content

Add Hangfire vs Quartz.NET comparison sample - #2105

Open
vladimir-pecanac-main wants to merge 2 commits into
CodeMazeBlog:mainfrom
vladimir-pecanac-main:seo/101079-chsarp-the-differences-between-quartz-net-and-hangfire
Open

Add Hangfire vs Quartz.NET comparison sample#2105
vladimir-pecanac-main wants to merge 2 commits into
CodeMazeBlog:mainfrom
vladimir-pecanac-main:seo/101079-chsarp-the-differences-between-quartz-net-and-hangfire

Conversation

@vladimir-pecanac-main

Copy link
Copy Markdown
Collaborator

Adds a new dotnet-client-libraries/QuartzVsHangfire sample backing the Hangfire vs Quartz.NET comparison article.

  • Hangfire side (authored): enqueues a fire-and-forget welcome email and registers a nightly recurring job against in-memory storage.
  • Quartz.NET side (reuses the existing Quartz job): builds a cron trigger (0 0 2 * * ?) and runs a job.
  • Targets net10.0; xUnit tests cover both sides. dotnet build + dotnet test green locally.

Pins Hangfire.Core 1.8.24 and Quartz 3.19.1.

New dotnet-client-libraries/QuartzVsHangfire sample backing the Hangfire vs
Quartz.NET article: the Hangfire side enqueues a fire-and-forget job and
registers a recurring job against in-memory storage, and the Quartz.NET side
builds a cron trigger and runs a job. Targets net10.0 with xunit tests.
Cover each comparison criterion with both sides: DI registration and
startup, fire-and-forget vs immediate trigger, recurring cron jobs,
storage configuration, automatic retries, and dashboard/monitoring.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant