CodeGrade / orca

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

Feature: Rollback retrieval steps when error is encountered. #47

Closed williams-jack closed 8 months ago

williams-jack commented 10 months ago

Feature/Problem Description

When popping a job off of the Redis Queue, the worker should be able to rollback its mutations to the queue's state if an error is encountered amidst these steps.

Solution (Changes Made)