A finished stage can unlock a pending one

This commit is contained in:
Laszlo Fogas 2019-06-21 11:52:36 +02:00
parent be94151c0e
commit 788973d0d1

View file

@ -107,6 +107,7 @@ func (q *fifo) Error(c context.Context, id string, err error) error {
q.removeFromPending(id) q.removeFromPending(id)
} }
q.Unlock() q.Unlock()
go q.process()
return nil return nil
} }