quartz-scheduler
Exclude time blocks on particular day [Quartz Schedular]
I am using Quart Scheduler. I want to trigger to in such a fashion so as it excludes timing from xx:xx:xx to yy:yy:yy on day spec开发者_如何学运维ified (monday, friday. sunday). I know how to exclude[详细]
2023-03-07 04:23 分类:问答what does "delay" mean when implementing StatefulJob?
i already know that when using quartz and we dont want concurrent jobs, we need to implement the StatefulJob and the jobs wont run simultaneously but i wanna know what does it mean that new t开发者_开[详细]
2023-03-06 20:49 分类:问答How can I do this? I need to call a Service Class but I need to pass in parameters
I need to call something in my application start to start my quartz.net scheduler. The problem is that I need to pass in a repository into my service layer that normally is done with ninject and depe[详细]
2023-03-06 14:14 分类:问答Quartz scheduler - Cron Not Running
I am trying to run a scheduler which will update dates in my database table. The cron is starting but it is not starting the job![详细]
2023-03-05 15:12 分类:问答Exception when stopping container for a with Spring + Quartz + Tomcat web application
When stopping Tomcat, I am getting the following exception: ...appears to have started a thread named [org.springframework.scheduling.quartz.SchedulerFactoryBean#0_Worker-10] but has failed to stop[详细]
2023-03-05 10:16 分类:问答How to make a specific scheduling job running from the time it is started?
I need to schedule a task that will perform the task at the given time by user.But this scheduling I need to run whether the application is running or not.So how could I specify the scheduling using q[详细]
2023-03-05 05:26 分类:问答Can't Lookup Weblogic11
I am using Weblogic 11g, EJB3.0. I am trying to do simple look up from onedeployment to another in the same machine. But no success.[详细]
2023-03-04 23:12 分类:问答QuartzScheduler injection in JBoss AS 6
How can i inject QuartzScheduler service into my Stateless bean on JBoss AS 6 ? Quartz service does start during JBoss AS 6 startup[详细]
2023-03-04 07:07 分类:问答How Keep JVM Alive Until All Threads Are Completed?
I have a tool running, and is invoked through a BAT file in Command Prompt. In the tool, the Quartz scheduler periodically invokes a method, which performs the logic.[详细]
2023-03-02 01:26 分类:问答What happens to jobs affected by Quartz DisallowConcurrentExecution
What happens when a job does not run because of the disallow annotation. Is it queued to run after the currently running instance dies?[详细]
2023-03-01 09:41 分类:问答