• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Build a Quartz Cron Expression for overflowing range

 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,

We have a requirement to build a cron expression in Quartz scheduling service for pausing a task starting at every Friday 10 pm until (next day) Saturday morning 8 AM.

When we tried the following cron expression, the pausing happens only between Friday 10 pm until midnight 12 AM.

* * 22-08 ? * 5

Can you please advise what's wrong this above cron expression and provide the resolution?

Thanks,

Venkat Ram.
 
reply
    Bookmark Topic Watch Topic
  • New Topic