Relative Content

Tag Archive for quartz.net

SchedulerBuilder vs. StdSchedulerFactory

I have been using StdSchedulerFactory to create and configure schedulers in my Quartz.NET applications. However, I recently came across SchedulerBuilder and noticed that it’s also used to create schedulers, but I couldn’t find much explanation in the official documentation regarding the differences between the two approaches.

SchedulerBuilder vs. StdSchedulerFactory

I have been using StdSchedulerFactory to create and configure schedulers in my Quartz.NET applications. However, I recently came across SchedulerBuilder and noticed that it’s also used to create schedulers, but I couldn’t find much explanation in the official documentation regarding the differences between the two approaches.

Quartz.net job store Redis

I can get it to store the jobs in the redis, however it will not refire jobs that were not ran before the application being restarted.