quartz-scheduler
problems with ApplicationContext and Spring batch
i\'m working with Spring batch, i\'ve done the batch job, configured with an xml file, i also put all the Quartz configuration in that xml file, (the trigger, schedulerFactoryBean and jobDetail); thi[详细]
2023-04-05 19:34 分类:问答How to measure time taken for a message to reach message queue in RabbitMQ?
I have a producer class which sends messages to a message broker, RabbitMQ. I am using开发者_如何学C Quartz scheduler to send the messages at regular intervals.[详细]
2023-04-05 17:55 分类:问答Quartz job triggering from Config.groovy
I have the following Quartz job running in my application: class ScraperJob { def scraperService static triggers = {[详细]
2023-04-04 20:58 分类:问答Why does Quartz Scheduler(JobSToreCMT) require the use of two datasources?
I found this annswe开发者_如何学编程r: 1.Long answer to Quartz requiring to data sources, however, if you want an even deeper answer, I believe I’ll need to dig into the source code or do more resear[详细]
2023-04-04 18:04 分类:问答A way to have a task run according to a given schedule
I\'m about to create a small application which will be responsible for sending out various reports to various users at various intevals. We might be talking about 50 or 100 different reports going to[详细]
2023-04-04 05:35 分类:问答How to do "massive" Job Scheduling (Quartz?)
I have a general question related to the quartz scheduling framework: I need to perform a task after a fixed amount of time after a user registration. For the sake of simplicity let\'s say exactly 1[详细]
2023-04-03 23:48 分类:问答Quartz CronTrigger expression between two dates
Is there a way to write a开发者_Go百科 Quartz CronTrigger expression that runs every day between two dates, for example starts at 11am 5th of Sep 2011 and ends at 11am 10th of June 2012?Use an express[详细]
2023-04-02 18:09 分类:问答Scheduling Jobs - Optimal Design
I\'m looking for an optimal design for the following usecase. I\'m building a system where users create开发者_开发知识库 entities with end date/time. I need to schedule a job to change the status of[详细]
2023-04-01 23:03 分类:问答how do i get values from a properties file in quartz scheduler?
I\'m using spring 2.0.6 and quartz 1.5.2 in a java based webapp.Want to know how to configure my applicationContext-quartz.xml such that i can read values from a properties file. i.e. I would like to[详细]
2023-04-01 20:18 分类:问答Quartz job runs twice when deployed on tomcat 6/Ubuntu 10.04LTS
I run a Spring Framework/SmartGWT based web-app, with now an added Quartz job. The job is supposed to run every day at 2am, and picks winners from a DB table. From my logs I see it runs twice, concurr[详细]
2023-03-31 03:09 分类:问答