Mask orphan notification as read

This commit is contained in:
Alex Sherman 2021-07-07 15:38:08 +05:00
parent ded22685c9
commit 9c6527d6d3
2 changed files with 26 additions and 0 deletions

View file

@ -27,6 +27,7 @@ module Epp
Rails.logger.error 'orphan message, error ignored: ' + problem.to_s
# now we should dequeue or delete the messages avoid duplicate log alarms
@notification.mark_as_read
end
end