5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-07-01 21:06:07 +00:00

enviar notificaciones cuando fallan tareas

This commit is contained in:
f 2020-05-03 16:33:47 -03:00
parent 5ffef95186
commit ddb97e11f3

View file

@ -0,0 +1,4 @@
# Enviar una notificación cuando falla una tarea
SuckerPunch.exception_handler = -> (ex, klass, args) do
ExceptionNotifier.notify_exception(ex)
end