package scheduling const ( Ready = "READY" Pending = "PENDING" Processing = "PROCESSING" Done = "DONE" )