Job Scheduler
It would be great to add scheduling support to Clockwork. I ws hoping to do this using Quartz.net, an open source job scheduling software that would be installed with Clockwork. Clockwork would add a management layer on top of this to make it easy to setup jobs, execute Clockwork tasks and powershell scripts, and report results back in an intuitive manner, including job history.
If you have Quartz experience (in Java or .NET) or can suggest an alternative open source scheduling software, please email me or reply to this thread.
Support Staff 2 Posted by Nick Kellett on 08 Nov, 2009 03:22 PM
The web address of Quartz project is: http://quartznet.sourceforge.net/ .
3 Posted by Franklin on 08 Nov, 2009 06:51 PM
Hey Nick,
Please check this reference: http://www.codeproject.com/KB/custom-controls/schedule.aspx
HTH.
Support Staff 4 Posted by Nick Kellett on 12 Nov, 2009 02:27 AM
Thanks Franklin, I'll check out those controls when seeing how to front-end the job activities.