Open blerner opened 2 months ago
Currently, GradingJobResults and GradingScriptCommandResponses do not include any timestamp information. Please add a time_start and time_end pair of timestamps to each of these, i.e. by adding them first to GradingJobResults and GradingScriptCommandResponse and then plumbing the fields through the output json.
GradingJobResult
GradingScriptCommandResponse
time_start
time_end
Currently,
GradingJobResult
s andGradingScriptCommandResponse
s do not include any timestamp information. Please add atime_start
andtime_end
pair of timestamps to each of these, i.e. by adding them first toGradingJobResult
s andGradingScriptCommandResponse
and then plumbing the fields through the output json.