quartz.net-2.0 Questions
6
Solved
When using Quartz.net to schedule jobs, I occasionally receive an exception when instantiating a job. This, in turn causes Quartz to set the trigger for the job to an error state. When this occurs,...
Organo asked 28/8, 2015 at 14:35
5
Solved
I use quartz in my asp website, i initialize the scheduler in application_start method and shutdown in application_end method ,my trigger will fire everyday but I found that my scheduler will autom...
Andresandresen asked 4/5, 2014 at 5:20
1
Solved
I am using the simple scheduler of the Quartz.net library.
I have 7 different triggers. The sequence is like this.
First: every 120 minutes.
Second: every 12 hours.
Third: every 5 minutes.
Fourth...
Beggs asked 6/3, 2017 at 10:50
3
I'm using Quartz.Net (version 2) for running a method in a class every day at 8:00 and 20:00 (IntervalInHours = 12)
Everything is OK since I used the same job and triggers as the tutorials on Quar...
Sassoon asked 13/12, 2012 at 9:59
2
Solved
I am trying to build a repeating daily schedule in Quartz.Net but having a few issues:
First off, I build a daily schedule, repating at 12:45
Using Quartz.Net code like this:
var trigger = Trigge...
Makeyevka asked 4/10, 2012 at 20:53
2
Solved
I'm trying to use quartz_jobs.xml to schedule all my jobs, but the following XML results in an error:
The cron-expression element is invalid. The value '0 0 23 1/1 * ? *' is invalid according t...
Expect asked 10/7, 2012 at 14:50
3
Solved
I'm trying to implement Quartz.Net. As long as there is no logging configured everything works (the debug output shows "no configuration section found - suppressing logging output").
When logging ...
Argal asked 7/11, 2012 at 20:5
1
Solved
My team and I are trying to figure out a way to "load up" our Sql Server database with the Quartz.NET schema installed.
<add key="quartz.dataSource.default.provider" value="SqlServer-20"/>
...
Angkor asked 5/2, 2014 at 22:29
2
I am using quartz.net in my asp.net app and the quartz scheduler works when I am running on my localhost but when I publish the site to windows azure it no longer works. Any help would be much appr...
Huguenot asked 5/8, 2013 at 12:16
2
Solved
I am trying to get Quartz.net (2.1.2) to work with an IoC container (autofac), as I have services I need to use in the scheduled jobs. I have found similar posts on the subject, but I can't seem to...
Tedmund asked 4/6, 2013 at 1:16
3
Solved
I am trying to schedule a task using Quartz.net 2.0 in ASP.NET MVC 4 application, but i can not get the task to be executed.
Here is the code:
public class ScheduleTaskConfig
{
public static voi...
Amaryllis asked 20/5, 2013 at 15:42
1
Solved
I'm working in C# using Quartz.NET and am having problems setting the misfire instruction on a CronTrigger. I'm running an SQL backend with the Quartz DB installed. I have the following code which ...
Microorganism asked 27/11, 2012 at 16:25
3
Solved
This is my Quartz configuration:
<quartz>
<add key="quartz.scheduler.instanceName" value="EmailScheduler" />
<!-- Configure Thread Pool -->
<add key=&qu...
Prorogue asked 7/11, 2012 at 6:14
1
Solved
I have been working on MVC3 project. I have just created Sample email sending job with Quartz.Net in my application. This time, I need to build a job scheduling system in my MVC3 project. The scena...
Bounds asked 18/9, 2012 at 4:55
1
© 2022 - 2024 — McMap. All rights reserved.