mirror of
https://0xacab.org/sutty/sutty
synced 2025-01-19 19:33:38 +00:00
parent
5cda6a440c
commit
98b38e4caa
1 changed files with 1 additions and 1 deletions
|
@ -2,5 +2,5 @@
|
||||||
|
|
||||||
# Enviar una notificación cuando falla una tarea
|
# Enviar una notificación cuando falla una tarea
|
||||||
SuckerPunch.exception_handler = lambda { |ex, _, args|
|
SuckerPunch.exception_handler = lambda { |ex, _, args|
|
||||||
ExceptionNotifier.notify_exception(ex, data: { args: args })
|
ExceptionNotifier.notify_exception(ex, data: args.last)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue