Category "quartz-scheduler"

positional argument error in sheduling task in python

I got a positional argument error when i tried running my code and the do() passes extra arguments to the job function import schedule from schedule import Sche

Quartz cluster and redis jobStore

Is there any redis jobStore able to support a quartz cluster? Have anybody been able to build that? By other side, what's exactly a quartz cluster? I mean, is

Null applicationContext from Quartz Job

I have a QuartzJobBean and I want to access my Spring Application Context from my Quartz job. I was following the directions located on the following blog. Howe

How do update a scheduled quartz Job?

Both of the below snippets give this error: org.quartz.SchedulerException: Jobs added with no trigger must be durable. JobDetail job = scheduler.getJo

How to check which Quartz Scheduler job is not running

I have below code which i have used to check which quartz scheduler job is running. And it also send me an email the list of running scheduler job. But i dont k

Finding Last Fired time using a Cron Expression in Java

Is there a way in Java to find the "Last Fired Time" from a Cron Expression? E.g. If now = 25-Apr-2010 10PM, and the cron expression is 0 15 10 ? * * (quartz),

Finding Last Fired time using a Cron Expression in Java

Is there a way in Java to find the "Last Fired Time" from a Cron Expression? E.g. If now = 25-Apr-2010 10PM, and the cron expression is 0 15 10 ? * * (quartz),

Finding Last Fired time using a Cron Expression in Java

Is there a way in Java to find the "Last Fired Time" from a Cron Expression? E.g. If now = 25-Apr-2010 10PM, and the cron expression is 0 15 10 ? * * (quartz),

Finding Last Fired time using a Cron Expression in Java

Is there a way in Java to find the "Last Fired Time" from a Cron Expression? E.g. If now = 25-Apr-2010 10PM, and the cron expression is 0 15 10 ? * * (quartz),