Skip to content

Commit

Permalink
- fix some logging
Browse files Browse the repository at this point in the history
  • Loading branch information
sekiskylink committed Jun 6, 2024
1 parent f9e8fb8 commit ff219c8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions request_processor.go
Original file line number Diff line number Diff line change
Expand Up @@ -777,6 +777,7 @@ func RetryIncompleteRequests() {
"CCServerID": item,
"ServerIndex": index,
"Retries": ccServerStatus["retries"],
"RequestID": reqObj.ID,
}).Info("+ Incomplete Request Retry")
return ProcessRequest(tx, reqObj, ccServer, true, true)
} else {
Expand All @@ -785,6 +786,7 @@ func RetryIncompleteRequests() {
"CCServerID": item,
"ServerIndex": index,
"Retries": ccServerStatus["retries"],
"RequestID": reqObj.ID,
}).Info("Skipping incomplete request retry. Max retries exceeded!")
reqObj.withStatus(models.RequestStatusExpired).updateRequestStatus(tx)
return nil
Expand Down

0 comments on commit ff219c8

Please sign in to comment.