CodeGrade / orca

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

feat: clean up stale builds after potential crash #62

Closed williams-jack closed 1 month ago

williams-jack commented 1 month ago

Feature/Problem Description

The build service may crash while building an image, where either the image will now have a .tgz file on the server after being build or may not have fully finished building, in which case we need to re-build the image.

Solution (Changes Made)