Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var FinalStates = []string{task.StateDone, task.StateCancelled, task.StateWontfix}
FinalStates hold the states in which a task won't ever be run again
Functions ¶
func RunningTasks ¶
func RunningTasks(dbp zesty.DBProvider, batchID int64) (int64, error)
RunningTasks returns the amount of running tasks sharing the same given batchId.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.