Skip to content
This repository has been archived by the owner on Mar 7, 2018. It is now read-only.

Scheduler, :handle_exception #740

Open
lkitrossky opened this issue Feb 19, 2017 · 0 comments
Open

Scheduler, :handle_exception #740

lkitrossky opened this issue Feb 19, 2017 · 0 comments

Comments

@lkitrossky
Copy link

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant