canary-checker
canary-checker copied to clipboard
ConnectionFailureMode
- Failed (don't run exprs)
- Invalid (+ fire different event, don't run exprs)
- don't include status in lastResult function
- check status become invalid
- Continue (run exprs to determine status)
If check fails, templating should not run
test:
expr: error == null && status.code > 399
test: expr: error == null && status.code > 399
If we don't run expression when the check errors out, do we need the error == null check in expr?