Skip to content

Commit d04b8d2

Browse files
Update PatientDataService.cs
1 parent 8e30ff3 commit d04b8d2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

DotNet/DataAcquisition.Domain/Application/Services/PatientDataService.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -617,7 +617,7 @@ await _dataAcquisitionLogQueries.UpdateAsync(new UpdateDataAcquisitionLogModel
617617
{
618618
log.RetryAttempts ??= 0;
619619
log.RetryAttempts++;
620-
log.Status = RequestStatus.Pending;
620+
log.Status = RequestStatus.Failed;
621621
log.Notes.Add($"[{DateTime.UtcNow}] OperationOutcome encountered (HTTP {ex.StatusCode}): Retrying. Attempt {log.RetryAttempts}.");
622622
}
623623

0 commit comments

Comments
 (0)