Quartz.NET is a full-featured, open source job scheduling system written in C# for .NET platform that can be used from smallest apps to large scale enterprise systems.
Categories
FrameworksLicense
Apache License V2.0Follow Quartz Enterprise Scheduler .NET
You Might Also Like
Hackers Hate This: Free WAF for Dummies eBook
Unveil the ultimate guide to Web Application Firewalls (WAFs). Packed with expert tips, real-world solutions, and step-by-step strategies, this eBook from F5 empowers you to shield your web apps and APIs from today’s toughest threats. Don’t wait for a breach – grab your free copy now and fortify your defenses today!
Rate This Project
Login To Rate This Project
User Reviews
-
great stuff, almost was at the point were decided to write my own framework. thanks quartz
-
Nice and Easy to use.
-
Didn't find any other way to give feedback, but this. There seem to be (at least) one bug, which prevents me to use IntervalUnit.Hour with DailyTimeIntervalTrigger. quartznet / src / Quartz / Impl / Triggers / DailyTimeIntervalTriggerImpl.cs:820 is the problem, with this "if (repeatIntervalUnit != IntervalUnit.Second && repeatIntervalUnit != IntervalUnit.Minute && repeatIntervalUnit == IntervalUnit.Hour)". IF repeatIntervalUnit EQUALS IntervalUnit.Hour, then it throws an exception. Of course I can use minutes or seconds to do same as I would like to do with "Hour", but it took a bit time to figure out that my code wasn't the real problem. And the other thing: This is incredible excellent and scalable library for it's designed purpose!
-
Since this seems to be the only available feedback option, please upgrade C5 libs to version 2.0.
-
good job