Im doing a proof of concept with Quartz.Net A fairly simple scheduling task, the only requirement i have is that a restart of the service it not needed to reconfigure quartz
I am new to Quartz.NET so bear with me please. I would like to run Quartz.NET as a stand-alone service which runs jobs.
Here is the scenario. I have an application that can be in constant connection with a server for multiple reasons. There are three general sets of objects that I need to get from or post to a webserve
I am using q开发者_运维百科uartz.net and it\'s great. But what happens if my server is down and I miss an event (I am using a database to store quartz events)? I want to make sure events run, even if
I\'m using Quartz.NET in an application I am 开发者_开发知识库creating, and also a backup application that will detect when Quartz is \'not working right\' - this can be the scheduler being down, or,
I have a windows service with embedded Quartz.Net but can\'t seem to find a way to create a reference to an instantiated object within a Quartz.Net job...
I have the following problem with Quartz: A job is scheduled to run every 10 minutes. Sometimes (rarely) the job might take longer than 10 minutes. In such cases, Quartz will put the same job on the
Greetings, your friendly neighborhood Quartz.NET n00b is back! I have a Windows Service running iStatefulJob instances on a Quartz.NET CronTrigger based schedule scheme... The CRON String used to sch
I have nearly completed a Quartz.NET based Windows Service (using ADO.NET, not RAM jobs). The service copies/moves files to various paths depending upon a schedule. I have s开发者_运维知识库ome concer
I am working on designing an application data cache for a large system in .NET. The application data cache will be polling from multiple (10+) different systems or databases. It will also required t