quartz-scheduler
How to run every 25 seconds in Quartz scheduler?
I am using the Quartz Scheduling开发者_如何转开发 API for Java. Could you help me to run every 25 seconds using cron-expression. It\'s just a delay. It does not have to start always at second 0. For e[详细]
2023-03-11 01:52 分类:问答What to use for logging errors in a Quartz scheduled Job?
I have an asp.net mvc 3 application. In this application I have a reminder system that uses quartz to grab messages from the database and send them out.[详细]
2023-03-11 01:25 分类:问答How to make an application with scheduler (Quartz) manually testable?
We\'re building a financial application with quite a lot of scheduled processing. We want to make manual testing of the application easy, but because most of the processes take months to finish, we ne[详细]
2023-03-10 20:14 分类:问答Why am i getting "Trigger's related Job's name cannot be null" error in quartz
I\'m getting this error, even though i\'m specifying a name, group and description for my job, and in the debugger i can see values for all these fields in the detail variable.[详细]
2023-03-10 15:01 分类:问答Suggestions for simple ways to do Asynchronous processing in Grails
Let\'s say I have a simple controller like this: class FooController { def index = { someVeryLongCompution() //e.g crawl a set of web page开发者_C百科s[详细]
2023-03-09 12:44 分类:问答How to dynamically add a Quartz Job in JBoss6
I\'m using JBoss6 and want to dynamically create Quartz-Jobs. During the processing of the job the next start time will be defined (e.g. in 1, 5 or 10 hours).[详细]
2023-03-08 18:53 分类:问答How to create batch file for java-quartz cron job
Is it possible to write a cron开发者_运维问答 job using java quartz and triggering through windows batch filebecause after so much searching there is no standalone particularly for java-quartz\"So muc[详细]
2023-03-08 17:50 分类:问答Find thread currently executing the Quartz Job!
I am looking for solution to get the the thread name currently executing the quartz job. In my application, quartz is configured using properties and jobs triggers are DB driven.[详细]
2023-03-08 06:59 分类:问答Spring-Version: 2.0.7 integrated with quartz?
i\'m using Spring-Version: 2.0.7, do i need to download quartz libraries and their dependencies to use it ? cause at first i though it was needed but its giving me an java.lang.IncompatibleClassChange[详细]
2023-03-07 16:01 分类:问答How do I add to my Quartz Job DisallowConcurrenExecution?
How do I add to my Quartz Job DisallowConcurrenExecution? I am new to Quar开发者_如何学Ctz 2.0, but I implemented a StatefulJobIf you implement StatefulJob, then you automatically inherit the @Disall[详细]
2023-03-07 06:40 分类:问答