Fork me on GitHub
#onyx
<
2016-02-13
>
robert-stuttaford06:02:26

@lucasbradstreet or @michaeldrogalis, with the lifecycle error handling and the yeller timbre appender, do we still need error flow conditions and and error handling task, if all we want is to report to yeller? i’m thinking the lifecycles will catch everything the flow conditions will catch?

lucasbradstreet06:02:58

@robert-stuttaford: lifecycles says what should happen for unhandled exceptions (e.g. restart the peer). flow conditions allows you to process them / send them on without restarting

lucasbradstreet06:02:31

So you'll want to keep both