autolab / Tango

Standalone RESTful autograding service
http://www.autolabproject.com/
Apache License 2.0
48 stars 60 forks source link

Jobs that timeout are not handled correctly #57

Closed mihirpandya closed 9 years ago

mihirpandya commented 9 years ago

Job2 should timeout and runJob should return -1. Instead, the return code is 3, which corresponds to an OS error and results in a catastrophic retry.

yrkumar commented 9 years ago

This is fixed by https://github.com/autolab/Tango/pull/59, where we stop doing ssh retries in Tango