Extensions
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

SQL Extension 2.0: Cron Schedule Spanning Midnight

p_devulapalli
DynaMight Leader
DynaMight Leader

I'm configuring a SQL Extension  and need to schedule data collection every hour from 5:00 PM to 8:00 AM daily.

I've tried using a Cron expression as of below but the extension keeps throwing an error "Schedule is not a valid quartz Cron expression"

0 17-23,0-8 * * ?

p_devulapalli_0-1787635482182.png

This does shows as valid when I verify using https://www.javainuse.com/cron

Just wondering if the extension supports combining ranges and lists in the same field (17-23,0-8) or do I need to create two different schedules to achieve this?

0 17-23 ? * *
0 0-8 ? * *
Any advice please?
Phani Devulapalli
0 REPLIES 0

Featured Posts