You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 7, 2018. It is now read-only.
Hi! Scheduler tried to use :handle_exception and checks if there is one. My question is how to send my function to Scheduler for this purpose? It could be some parameters in constructor, but I cannot figure out how to add it. Because jobs of Dashing have it already defined.
See rufus\sc\scheduler.rb
`
def do_handle_exception(job, exception)
begin
[ :log_exception, :handle_exception, :on_exception ].each do |m|
`
Thanks, Levi
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi! Scheduler tried to use :handle_exception and checks if there is one. My question is how to send my function to Scheduler for this purpose? It could be some parameters in constructor, but I cannot figure out how to add it. Because jobs of Dashing have it already defined.
See rufus\sc\scheduler.rb
`
`
Thanks, Levi
The text was updated successfully, but these errors were encountered: