flor
flor copied to clipboard
a workflow engine
As seen with @northox and @jfrioux https://gitter.im/floraison/flor?at=5fbfb55f846eed6b67ae2bf2 Reproduced in https://github.com/jmettraux/issue_flor_hook_20201126 It seems hooks with `point: return` are not triggered. The workaround is to write `point: "return"` or `point: 'return'`. ```...
Scheduler#notify returns null in case of error. It prints the error and returns null. It should at least raise the error... https://github.com/floraison/flor/blob/794b230b9de5155527da76e937e953e5feaca9bc/lib/flor/unit/scheduler.rb#L373-L387