Closed autopp closed 5 years ago
We spent a few hours to find out what is going on with clockwork after someone have added if: -> { ... }
(wrong arity, argument missing)
This PR could save a lot of nerves and time for others devs - @Rykian what is needed to merge this PR?
Thanks :)
@Rykian Thanks for merge!
When exception is raised in callback of
at:
, clockwork hungs up without any message.E.g.
To prevend this, I added
rescue
(and logging) toManager#events_to_run
. I hope this help.