Documentation
¶
Index ¶
Constants ¶
View Source
const ( HoursInDay = 24 HoursInMonth = HoursInDay * 30 )
Variables ¶
View Source
var ( ErrNoSuchSpec = errors.New("spec not found") ErrNoJobs = errors.New("no job found") ErrNoResources = errors.New("no resources found") )
View Source
var ReplayCategories = []string{
"DQ_FIX",
"BACKFILL",
"OTHERS",
}
Functions ¶
Types ¶
type JobSpecTaskWindow ¶
Click to show internal directories.
Click to hide internal directories.