ScottG489 / conjob

Simple web interface to run containers as jobs or serverless functions
MIT License
12 stars 0 forks source link

Investigate flakiness with JobRunnerTest's #37

Closed ScottG489 closed 3 years ago

ScottG489 commented 3 years ago

I believe the flakiness has something to do with the fact that JobRunner executes jobs using a separate thread for timeouts. Not quite sure what else it could be other than that.

ScottG489 commented 3 years ago

Fixed by 7b57d2960f607793e6bc0c58451fb946635fb9d1.