|
__init__(self,
hosts=None,
verbosity='quiet',
timeout=None)
Override to add typical defaults. |
|
|
|
printStatus(self,
job=None,
action=None)
Prints the status of JobDJ and the action/status for the
job. |
|
|
|
printHeader(self)
Print the header |
|
|
None
|
formatStatus(self,
job=None,
action=None)
Override to print script ID. |
|
|
|
_setLoggerVerbosity(self) |
|
|
|
_start(self)
Perform startup activities for JobDJ , including printing
headers and marking jobs for restart if JobDJ is
restarting. |
|
|
|
addJob(self,
job,
add_connected=True,
timeout=None,
**kwargs)
Add a job to run. |
|
|
|
|
|
_jobFailed(self,
job)
A method to keep track of completely failed jobs and die if
max_failures is exceeded. |
|
|
Inherited from job.queue.JobDJ :
__setstate__ ,
active_jobs ,
all_jobs ,
disableSmartDistribution ,
dump ,
failed_jobs ,
getActiveProcCounts ,
hasStarted ,
isComplete ,
killJobs ,
markForRestart ,
run ,
setHostList ,
total_added ,
updatedJobs
Inherited from job.queue.JobDJ (private):
_availableHost ,
_checkMessaging ,
_checkSmartDistribution ,
_checkSubmitted ,
_getActiveJobs ,
_getAllJobs ,
_getDoneJobs ,
_getFailedJobs ,
_getMessages ,
_getWaitingJobs ,
_host_list ,
_jobFinished ,
_monitorJobs ,
_queueJob ,
_startJobs ,
_updateRunningJobs
|