quartz scheduler - CRON expression to schedule on hourly basis like e.g. 04:00, 10:00, 16:00, 22:00 -


I tried with 4,10,16,22 * * *, but throwing error while parsing cron expression I did not work

I had to do a CronShedUlibilder to schedule a task. I am using the CronShedualable (Cron_Express) method.

Please tell me there is no other way than scheduling separately.

According to the references given below, the Cronseedbullebuilder Kent does this.

References:

See Cran Man Page for details: You can also use cron command directly in the cron command without the expression Use the.

Comments

Popular posts from this blog

Java - Error: no suitable method found for add(int, java.lang.String) -

c# - passing input text from view to contoller with FacebookContext using Facebook app -

Calling a C++ function from C# by passing a string with variable size to it -