Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GC ¶
type GC struct {
// contains filtered or unexported fields
}
func NewGC ¶
func NewGC( ms metascheduler.MetaScheduler, scheduler scheduler.Scheduler, ) *GC
func (*GC) FindAndCancelUnhandledJobs ¶
FindAndCancelUnhandledJobs matches jobs from the metascheduler to the scheduler.
Jobs that doesn't appear in squeue and is RUNNING on the metascheduler is considered as a zombie.
Click to show internal directories.
Click to hide internal directories.