Opened 12 years ago

Last modified 11 years ago

#10072 closed defect

Trac cron plugin not working correctly for cron expression with day of week argument — at Version 1

Reported by: anonymous Owned by: Thierry Bressure
Priority: normal Component: TracCronPlugin
Severity: normal Keywords:
Cc: Trac Release: 0.12

Description (last modified by Ryan J Ollos)

I want to run a cron every working day at 17:45hs, It seems is not parsing correctly the "?" for day of month?

This is the expression I use: * 45 17 ? * 1-5 *

And this is the log I get:

2012-06-06 11:16:17,113 Trac[scheduler] DEBUG: parsing cron expression * 45 17 ? * 1-5 *
2012-06-06 11:16:17,114 Trac[scheduler] ERROR: invalid cron expression: ? day already have a value

Change History (1)

comment:1 Changed 12 years ago by Ryan J Ollos

Description: modified (diff)
Note: See TracTickets for help on using tickets.