示例#1
0
func (ws *WorkServer) retryWork(work *Hyades.Work, err string) {
	work.Failed()
	work.SetStatus("In Queue after error " + err)
}