5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2025-03-15 16:18:15 +00:00

Merge branch 'production.panel.sutty.nl' of 0xacab.org:sutty/sutty into production.panel.sutty.nl

This commit is contained in:
Sutty 2024-04-15 14:56:28 +00:00
commit 9a9e9cd391

View file

@ -18,7 +18,7 @@ class ApplicationJob < ActiveJob::Base
end end
# Si falla por cualquier cosa informar y descartar # Si falla por cualquier cosa informar y descartar
discard_on(Exception) do |error| discard_on(Exception) do |job, error|
ExceptionNotifier.notify_exception(error, data: { site: @site&.name }) ExceptionNotifier.notify_exception(error, data: { job: job })
end end
end end