In current design, the submission with exception (which receive a non OK status from backend) data should save to another directory rather than submissions, or the rejudge will fail due to find the submission data.
Possible solutions
Maybe checking the duplicated data is unnecessary?
Save the fail submission data to another directory.
Problem
In current design, the submission with exception (which receive a non OK status from backend) data should save to another directory rather than
submissions
, or the rejudge will fail due to find the submission data.Possible solutions