good morning!!!!

Skip to content
Snippets Groups Projects
Commit fabcac2d authored by Garet Halliday's avatar Garet Halliday
Browse files

x

parent fd4d380b
No related branches found
Tags v0.2.23
No related merge requests found
......@@ -35,6 +35,7 @@ func NewSink(id uuid.UUID) *Sink {
func (T *Sink) schedule(j job.Stalled) bool {
if T.active == j.User {
log.Printf("couldn't schedule because user %v is active", j.User)
panic("hmmmm")
return false
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment