Quartz.net 2.0 is being developed on Github
(https://github.com/lahma/quartznet), so contributing is easy (once you get
over the git learning curve). WRT Quartz.Net 1.0, development was being done
on Sourceforge and I think that there is no more active development on that
branch.
I'm not an expert on Github but as far as I can tell the workflow is
something like this:
1. Create an account on Github
2. Fork the quartz.net project.
3. Create a branch and do your work there.
4. Submit a pull request from your branch to the main Quartz.Net project.
There's all sorts of articles and posts out there that can help you with the
different steps.
J
Regards,
Daniel
--
You received this message because you are subscribed to the Google Groups
"Quartz.NET" group.
To post to this group, send email to quar...@googlegroups.com.
To unsubscribe from this group, send email to
quartznet+...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/quartznet?hl=en.
A few counters that I think would be useful:
• Jobs Completed (# and #/sec)
• Jobs Failed (# and #/sec)
• # of Executing Jobs
• Job Duration (if you are only running one kind of job, this might be
useful)
Thoughts ?
Sent from my Windows Phone From: Jay Vilalta
Sent: Tuesday, February 08, 2011 7:24 AM
To: quar...@googlegroups.com
Subject: RE: [quartznet:2257] Windows Performance Counters
I've implemented:
Jobs Completed (# and #/sec)
• Jobs Failed (# and #/sec)
• # of Executing Jobs
It needs tidying up, which I'll try and do over the next week or so.
I've not used GIT, but one of the guys in the office has so I'll ask
him for some help.
Dan