[mythtv-users] Backend not honoring "MaxSimultaneousJobs"
Chris Pinkham
cpinkham at bc2va.org
Tue Sep 25 14:47:12 UTC 2007
* On Tue Sep 25, 2007 at 06:47:46AM -0700, Jon Larson wrote:
> >select *
> > from jobqueue
> > where value in ( 'JobsRunOnRecordHost',
> > 'JobQueueMaxSimultaneousJobs');
> >
> >Both of those are global settings, so there should only be one row
> >for each setting and the hostname should be NULL on those rows.
> Thanks Chris--'JobsRunOnRecordHost' is set correctly; however I can see
> that there are 3 'JobQueueMaxSimultaneousJobs'--each one bears the
> hostname of one of the servers--so that's probably the problem. I am at
Sorry, I don't know what I was thinking when I typed that. The max jobs
is a per-host setting, so there should be one row per host and no NULL
host entry.
> There are also duplicate entries (for each host) for:
> 'JobQueueCheckFrequency' 'JobQueueWindowStart' 'JobQueueWindowEnd' and
> 'JobQueueCPU'---Does anyone know if these should be there?
Those should be OK.
What do you see in the backend and frontend logs when you run both with
"-v database". That will show you all SQL queries. Grep out the ones for
the jobqueue table and see what values are being put in the table.
--
Chris
More information about the mythtv-users
mailing list