Fix poll messages crashing

This commit is contained in:
tsoganov 2024-10-15 15:13:46 +03:00
parent 4f2c29f6a3
commit ce01b0847c
3 changed files with 3 additions and 0 deletions

View file

@ -59,6 +59,7 @@ module Repp
# WHERE attached_obj_type = 'Epp::Domain' AND name IS NULL;
message = 'orphan message, domain deleted, registrar should dequeue: '
Rails.logger.error message + e.to_s
nil
end
# rubocop:enable Style/RescueStandardError