Continuum

valid cron exprssions not allowed

Details

  • Type: Bug Bug
  • Status: Closed Closed
  • Priority: Blocker Blocker
  • Resolution: Won't Fix
  • Affects Version/s: None
  • Fix Version/s: 1.0.3
  • Component/s: Web interface
  • Labels:
    None
  • Complexity:
    Intermediate
  • Number of attachments :
    0

Description

I tried:
0 0 8-16 * * MON-FRI
and
0 0 8-16 * * 2-6

Both should allow "business hours" scheduling. It appears that it is the last element (day of week) that is not accepted, even though it is allowed here: http://www.opensymphony.com/quartz/api/org/quartz/CronTrigger.html

Activity

Hide
Emmanuel Venisse added a comment -

"The '?' character is allowed for the day-of-month and day-of-week fields. It is used to specify 'no specific value'. This is useful when you need to specify something in one of the two fileds, but not the other. See the examples below for clarification"

Correct values are:
0 0 8-16 ? * MON-FRI
and
0 0 8-16 ? * 2-6

Show
Emmanuel Venisse added a comment - "The '?' character is allowed for the day-of-month and day-of-week fields. It is used to specify 'no specific value'. This is useful when you need to specify something in one of the two fileds, but not the other. See the examples below for clarification" Correct values are: 0 0 8-16 ? * MON-FRI and 0 0 8-16 ? * 2-6

People

Vote (0)
Watch (0)

Dates

  • Created:
    Updated:
    Resolved: