illinois-cs241 / broadway-api

This is the old repo for Broadway API. Please see the new repo for newest version of Broadway https://github.com/illinois-cs241/broadway

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Possible Post Processing Failure

ayushr2 opened this issue · comments

If a grader is working on one of the last few student jobs and it dies, there are chances that when the handler for lost grader decrements the number of student jobs left, it will be the last student job (it will decrement the count to 0). We do not check the count is zero or not in that handler. If this occurs, the post processing job will never be triggered.

Confirmed in production.