User Ratings

★★★★★
★★★★
★★★
★★
8
0
0
0
0
ease 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 0 / 5
features 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 0 / 5
design 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 0 / 5
support 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 0 / 5

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
  • Have implemented additional Jobs to execute and control SSIS packages and shell processes, including a console to view job activity. Works very well - very readable code, easy to customise and good structure (interfaces).
  • Excellent Tool even if I didn't use it traditionally way: I schedule job (one-shot) that are running "single instance" indefinitely (for a long time) I suggest to use WCF instead of RMI for the scheduler control
  • Good tool with high level of customization. It was successfully adapted to send service bus messages in NOperation. Thank you!