[mythtv] Jobqueue question

Torbjörn Jansson torbjorn.jansson at mbox200.swipnet.se
Sun Oct 2 12:45:38 UTC 2005


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?



More information about the mythtv-dev mailing list