Lines Matching full:scheduler
3 """Database model classes for the scheduler.
5 Contains model classes abstracting the various DB tables used by the scheduler.
8 (particularly HostQueueEntry and Job) have considerable scheduler-specific logic
29 from autotest_lib.scheduler import drone_manager, email_manager
30 from autotest_lib.scheduler import rdb_lib
31 from autotest_lib.scheduler import scheduler_config
32 from autotest_lib.scheduler import scheduler_lib
639 # state. This means that if someone sigkills the scheduler between
642 # and the scheduler should never be killed mid-tick.
936 # be configured short. If the scheduler is stopped and restarted in
939 # when the restarted scheduler recovers to track it. Not a problem.
946 # TODO(gps): On scheduler start/recovery we need to call HQE.on_pending() on
948 # scheduler was restarted and no more hosts ever successfully exit Verify.
1328 # If we get to this point, it means that the scheduler has already
1493 """Request that this Job be aborted on the next scheduler cycle."""