Tagged Questions

0
votes
0answers
5 views

Can I inject new jobs into the Quartz JDBCJobStore without clustering enabled?

I have several web-servers and need them to use Quartz. The clustering feature of Quartz would be ideal, but it requires that the servers clocks are in complete sync. They have a v …
0
votes
1answer
11 views

How to call a CronTriggerBean stored in a JDBCJobStore?

Hi, I need some help. I am using Quartz Scheduling and have configured a CronTrigger to run each night at 10PM. I am using the JDBCJobStore to take advantage of the Clustering. …
0
votes
1answer
126 views

Get a list of all currently executing jobs in a cluster with Quartz

The method Scheduler.getCurrentlyExecutingJobs() in quartz apparently is not cluster aware. What method are people using to get a list of all executing jobs?
0
votes
1answer
20 views

How often does the Quartz Scheduler wakes up?

Hi, I'm using Quartz Scheduling, more specifically a cron trigger set to wake up at 10PM every day of the week. Another group I interface with are asking how many times during t …
1
vote
4answers
78 views

Alternatives to Quartz for job scheduling

Has anyone found any alternative open-source solutions to Quartz which they are happy with? I know Cronacle is a well respected (and pricey) closed source solution for job schedul …
1
vote
2answers
54 views

An enterprise scheduler for python (like quartz)

I am looking for an enterprise tasks scheduler for python, like quartz is for Java. Requirements: Persistent: if the process restarts or the machine restarts, then all the jobs m …
0
votes
1answer
25 views

How do I use the quartz scheduler with Python?

Is there a guide or tutorial on how to use the quartz Scheduler with Python. Is there an existing API for Python?
1
vote
1answer
31 views

How do I start Quartz in standalone mode?

According to its feature list "Quartz can run as a stand-alone program (within its own Java Virtual Machine), to be used via RMI". I could not find any documentation how to start …
1
vote
2answers
28 views

Timing quartz task execution duration

Is there a standard way of logging the time Quartz takes to execute a task? I'm open to Spring based solutions as well, as I'm using both.
0
votes
6answers
560 views

Quartz Scheduler suddenly stop running and no exception error

I have some quartz job which was running everyday at 7pm. Suddenly it failed to run. I check my server.log and there are no exception thrown. Anyone have any idea what could be the …
2
votes
2answers
92 views

Java – Create a workflow in Quartz

I am considering using the Quartz framework to schedule the run of several hundred jobs. According to their API, jobs can be scheduled to run at certain moments in time but not to …
0
votes
4answers
185 views

Writing a java code which will execute every hour(quartz)

Can someone please correct me, I've found this example online and bunch of others not working, this particular example throws the following error : Exception in thread "main" jav …
0
votes
3answers
97 views

How to execute method using spring beans

I need findItemByPIdEndDate() method of the MngtImpl class to be invoked every 5000ms, but nothing appears to be happening. Am I missing something? <bean id="findItemByPIdEndDa …
1
vote
3answers
420 views

Testing Quartz CronTrigger trigger

Assuming that I have a CronTriggerBean similar to <bean id="midMonthCronTrigger" class="org.springframework.scheduling.quartz.CronTriggerBean"> <property name="jobDet …
0
votes
2answers
16 views

Creating threads within the cluster

Hi, I wish to know is there any way that I can create the threads on other nodes without starting the process on the nodes. For example :- lets say I have cluster of 5 nodes I am …

1 2 3 4 5 6 next
15 30 50 per page