Skip to content

Commit b614bc2

Browse files
authored
Merge pull request #4774 from alphagov/ris-ses-result-no-reference-message-clarification
`process_ses_results`: clarify log message used for unexpectedly quick callbacks
2 parents 03dbe9e + 1008e93 commit b614bc2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/celery/process_ses_receipts_tasks.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@ def process_ses_results(self, response):
4747
current_app.logger.info(
4848
"notification not found for reference: %(notification_reference)s "
4949
"(update to %(notification_status)s). "
50-
"Callback may have arrived before notification was persisted to the DB. Adding task to retry queue",
50+
"Callback may have arrived before notification's reference was persisted to the DB. "
51+
"Adding task to retry queue",
5152
extra,
5253
extra=extra,
5354
)

0 commit comments

Comments
 (0)