Modify ↓
Opened 12 years ago
Closed 12 years ago
#10072 closed defect (fixed)
Trac cron plugin not working correctly for cron expression with day of week argument
Reported by: | anonymous | Owned by: | Tetsuya Morimoto |
---|---|---|---|
Priority: | normal | Component: | TracCronPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.12 |
Description (last modified by )
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
Attachments (0)
Change History (5)
comment:1 Changed 12 years ago by
Description: | modified (diff) |
---|
comment:2 Changed 12 years ago by
comment:3 Changed 12 years ago by
Owner: | changed from Thierry Bressure to Tetsuya Morimoto |
---|
comment:4 Changed 12 years ago by
Status: | new → assigned |
---|
I could reproduce and confirmed this bug. I will fix into the next release.
comment:5 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
fixed in 0.3-release.
Note: See
TracTickets for help on using
tickets.
Hello,
I don't have time to maintain this plugin anymore. So this plugin looks for a new maintainer. Any one around ?