Hi
I have an enterprise project . and for some parts I need to do some stuff with schedule libraries.
Can anybody make a comparison between Hang Fire and Quartz.NET ? pros and cons
Hi
I have an enterprise project . and for some parts I need to do some stuff with schedule libraries.
Can anybody make a comparison between Hang Fire and Quartz.NET ? pros and cons
Quartz.NET has more features to deal with recurring jobs: better CRON format support (including seconds and âLâ modificator), more powerful triggers, calendars, etc. It is better when you have very complex scheduling logic.
While odinserj mentions some pros of Quartz.NET, i would like to point out pros of Hangfire, as i see it
Thanks for your responses
And something which I didnât like about Quartz.NET was about IJob interface which should be implemented Execute method on it to run a Job . but hangFire can accept any method
HI all,
Is it possible to implement âholiday calendarâ functionality, similar to quartz, using job filters?
Basically, Iâd like to be able to specify a list of dates, and ensure that jobs wonât be processed on any of those dates. And I would like this to work for recurring jobs.
Youâre better off asking your question in a new thread.
Hangfire has UI which is great.
Better dependency injection support which makes installation much easier also configuration.
More DB support.
Letâs say it like this, Quartz has more features as a âJob Managerâ but hangfire is much more extensible and simple.
what do you mean about more powerful triggers, calendars or when use this ??