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

Merge branch 'issue-14339' into production.panel.sutty.nl

This commit is contained in:
f 2024-04-15 11:55:19 -03:00
commit 4e5e4aa022
No known key found for this signature in database

View file

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