Modify ↓
Opened 6 years ago
Closed 6 years ago
#13514 closed defect (worksforme)
Can't get it to work
Reported by: | anonymous | Owned by: | Tetsuya Morimoto |
---|---|---|---|
Priority: | normal | Component: | TracCronPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 1.2 |
Description
This is the log.
2018-12-23 10:33:33,232 Trac[scheduler] DEBUG: looking for schedule of type: hourly 2018-12-23 10:33:33,232 Trac[scheduler] DEBUG: task is scheduled: heart_beat, 10h33 2018-12-23 10:33:33,232 Trac[scheduler] DEBUG: compareTime: hourly, time.struct_time(tm_year=2018, tm_mon=12, tm_mday=23, tm_hour=10, tm_min=33, tm_sec=33, tm_wday=6, tm_yday=357, tm_isdst=0), 10h33 2018-12-23 10:33:33,232 Trac[scheduler] DEBUG: no matching schedule found
Let me know if I'm doing something wrong. But Hour 10 and Minute 33 should have triggered the task. In this case just the heart beat task to log a messeage.
I have a second task with a schedule a minute later. Same thing.
2018-12-23 10:34:33,232 Trac[scheduler] DEBUG: looking for schedule of type: hourly 2018-12-23 10:34:33,232 Trac[scheduler] DEBUG: task is scheduled: geo_tracker, 10h34 2018-12-23 10:34:33,232 Trac[scheduler] DEBUG: compareTime: hourly, time.struct_time(tm_year=2018, tm_mon=12, tm_mday=23, tm_hour=10, tm_min=34, tm_sec=33, tm_wday=6, tm_yday=357, tm_isdst=0), 10h34 2018-12-23 10:34:33,232 Trac[scheduler] DEBUG: no matching schedule found
Attachments (0)
Change History (2)
comment:1 Changed 6 years ago by
Trac Release: | → 1.2 |
---|
comment:2 Changed 6 years ago by
Resolution: | → worksforme |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Got it to work. Just used the minute 33 and 34 not 10h34 Close ticket.