Most voted "quartz-scheduler" questions
Quartz Scheduler is an open-source task scheduling service written in Java.
Learn more…3 questions
Sort by count of
-
3
votes0
answers182
viewsQuartz cronSchedule for running with an interval greater than one hour
I’m looking to do a cronSchedule of Quartz like this cronSchedule("0 0/5 * 1/1 * ? *") but it’s around every 5 minutes example 7:05, 7:10, 7:15, ... and so on What I need is this 7:05, 8:10, 9:15,…
-
1
votes0
answers39
viewsQuartz Spring Test Junit
How to recur a Job that is operating in Cluster in Spring? Spring 4.3 Quartz 2.2.3 Example of Job’s declaration @PersistJobDataAfterExecution @DisallowConcurrentExecution public class…
-
0
votes0
answers110
viewsPerform a Job with Quartz and Spring
I need to run a job, I am using Quartz, but when the job is executed I need to go to the database to make a query but it does not work, returns the following error, I am using Spring and Hibernate:…