fn icon indicating copy to clipboard operation
fn copied to clipboard

Alerts on errors

Open treeder opened this issue 8 years ago • 1 comments

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).

treeder avatar Nov 01 '17 11:11 treeder

Let user set result callback. Run HTTP post when function finished no matter what kind of status was (successful or errored).

denismakogon avatar Nov 01 '17 12:11 denismakogon