|  | 
        
          | __init__(self,
        hosts=None,
        verbosity= 'quiet',
        timeout=None)Override to add typical defaults.
 |  |  | 
    |  | 
        
          | printStatus(self,
        job=None,
        action=None) Prints the status of
 JobDJand 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,
        **kwargs) Perform startup activities for
 JobDJ, including printing
      headers and marking jobs for restart ifJobDJis 
      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__,disableSmartDistribution,dump,getActiveProcCounts,hasStarted,isComplete,killJobs,markForRestart,run,setHostList,updatedJobs     Inherited from job.queue.JobDJ(private):_availableHost,_checkMessaging,_checkSmartDistribution,_checkSubmitted,_getActiveJobs,_getAllJobs,_getDoneJobs,_getFailedJobs,_getMessages,_getWaitingJobs,_jobFinished,_monitorJobs,_queueJob,_startJobs,_updateRunningJobs Inherited from object:__delattr__,__format__,__getattribute__,__hash__,__new__,__reduce__,__reduce_ex__,__repr__,__setattr__,__sizeof__,__str__,__subclasshook__ |