fn
fn copied to clipboard
Alerts on errors
How does a user get notified when an issue starts happening (function starts to error)?
If we have syslog logging, they can use logger to get errors, but might be good to enable other hooks for this (ie: send to slack, pagerduty, etc).
Let user set result callback. Run HTTP post when function finished no matter what kind of status was (successful or errored).