Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use ctx for checking cancellation of ctx
I think #289 introduced some severe flakiness in the ability to just run jobs, since monitor could time out and return context.DeadlineExceeded wrapping errors without the surrounding context actually being cancelled. I think. I'm not sure. Also I changed my mind on closing the errors channel - reading controller.go, I don't think it needs to be closed at all.
- Loading branch information