Skip to content

mavis.schedule.local

class mavis.schedule.local.LocalJob

inherits Job

mavis.schedule.local.LocalJob.check_complete()

check that the complete stamp associated with this job exists

def check_complete(self):

class mavis.schedule.local.LocalScheduler

inherits Scheduler

Scheduler class for dealing with running mavis locally

mavis.schedule.local.LocalScheduler.__init__()

def __init__(self, *pos, **kwargs):

mavis.schedule.local.LocalScheduler.submit()

Add a job to the pool

def submit(self, job):

Args

  • job (LocalJob): the job to be submitted

mavis.schedule.local.LocalScheduler.wait()

wait for everything in the current pool to finish

def wait(self):