Modify

Opened 5 years ago

Closed 5 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 5 years ago by anonymous

Trac Release: 1.2

Got it to work. Just used the minute 33 and 34 not 10h34 Close ticket.

comment:2 Changed 5 years ago by Ryan J Ollos

Resolution: worksforme
Status: newclosed

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Tetsuya Morimoto.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.