I\'ve the Quartz scheduler uses AdoDataStore running as a stand alone windows service in port 555. I\'ve an asp.net application that schedule jobs for this scheduler. What are the configurations I\'ve
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a
I\'m trying to schedule a job on a remote scheduler using the following code: NameValueCollection properties = new NameValueCollection();
I am using Quartz.NET, and my scheduler relies heavily on the use of cron expression\'s - such as the ones detailed on this link:
I have a windows service and I want to make sure that my EF ObjectContext is disposed of between each time its runs. The service runs longer each time it executes. It seems like the ObjectContext keep
We\'ve got need for a job server here at work and I\'m currently playing with Quartz.net, but the idea of creating my own appeals to me. At the very least understanding what Quartz.net may be doing un
I have an asp.net mvc 3 application. In this application I have a reminder system that uses quartz to grab messages from the database and send them out.
In <job-type>namesapcename.jobclass,--------</job-type>. What should be there in place of ------- and if job-type is like <job-type>namespace1.namespace2.namespace3.Jobclass,-----
I have quartz.net integrated in asp.net mvc app. I have it scheduled to run once a day in the early morning hours.
I\'m using Quartz.NET in an application I am creating, and I give users th开发者_开发百科e option of pausing the jobs/triggers as required. One issue I have is that if a job is paused when it was due