quartz-scheduler
Scheduling tasks on London time while system time is NY
Our system is configured with US/Eastern time and we have some scheduled tasks which must occur at specific Europe/London times.How can we do this and make sure our tasks firecorrectly when daylight t[详细]
2023-02-21 16:53 分类:问答Batch Java Help
My company is trying to determine the best strategy for implementing batch Java programs. We have a few hundred (and growing) separate Java programs.Most of them are individual Jasper Reports but some[详细]
2023-02-21 04:56 分类:问答Error when starting/stopping Tomcat 6.0.29
I have configured some schedulers in spring.When i try to start my web application it throws following error and stops.My application is not actually started.My scheduler looks something like this als[详细]
2023-02-21 03:25 分类:问答Quartz jobs are showing up even after deleting them. Do you know why?
I am seeing the scheduler returns the same job (scheduler.getCurrentlyExecutingJobs()) even after deleting it (scheduler.deleteJob(jobExCntxt.getJobDetail().getName(), jobExCntxt.getJobDetail().getGro[详细]
2023-02-20 18:08 分类:问答Issue in Quartz rescheduling
I have an issue with Quartz job rescheduling. The issue is as below, I have 2 Scheduler jobs which are based on Cron expressions.[详细]
2023-02-19 11:58 分类:问答Using JobStoreCMT in Quartz - preventing automatic commit
I\'m trying to use a JDBC Job Store in Quartz with the following code: DateTime dt = new DateTime().plusHours(2);[详细]
2023-02-18 17:44 分类:问答Dynamic Job Data using Quartz
When my process gets a message, it needs to start a timer and execute some logic in X seconds. These开发者_如何学Python jobs need to be stored in a JDBC store, which as far as I can tell may be irrele[详细]
2023-02-18 15:28 分类:问答Passing parameters to a job in Quartz
Presently I have a code that has a java main method and which takes few command line args for its execution. I am in the process of making this as a quartz job, I would like to pass the arguments to t[详细]
2023-02-17 14:07 分类:问答Junit for Quartz Scheduler
I have created a simple Job using SchedulerFactoryBean for my application. Can anyone please let me know how do I test this Job using Junit and make sure that is working fine for the interval given an[详细]
2023-02-17 06:18 分类:问答Running Quartz.net job which fires 3 times in a row--should only be once
I\'ve got the following code to schedule reboot jobs using Quartz.The code sets up a trigger for each day of the week (that is selected by the user).So the job should be able to run a maximum of once[详细]
2023-02-16 16:33 分类:问答