I was looking at the houskeeping table in mysql and found:
----
'JobQueueCleanup', '2004-10-02 12:51:48'
'JobQueueRecover-hostname', '2004-10-02 12:51:48'
'MythFillDB', '2005-10-02 04:52:47'
----
That got me wondering why the dates for JobQueueCleanup and JobQueueRecover
was so old.

After a little searching i ended up in HouseKeeper::RunHouseKeeping.
Shouldn't there be a call to updateLastrun("JobQueueCleanup"); and
updateLastrun("JobQueueRecover-%1"); ?

Or am i missing something obvious? Maybe it was done on purpose?

_______________________________________________
mythtv-dev mailing list
[email protected]
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev

Reply via email to