CodeGrade / orca

Grading job server for CS student submissions.
1 stars 1 forks source link

Feature: Add Clean Up Handler to Executor #78

Closed williams-jack closed 2 months ago

williams-jack commented 2 months ago

Feature/Problem Description

During the process of running a grading job on Orca, if a container is created but not started, then it will need to be cleaned up from the local Docker registry. To ensure this happens, a clean up handler is installed into the grading job executor, which the docker version of this class takes advantage of.

Solution (Changes Made)

blerner commented 2 months ago

Shouldn't the tests be passing?

williams-jack commented 2 months ago

Shouldn't the tests be passing?

They will once we merge in the other PR (#79)