Replies: 1 comment
-
I figured out a workaround. I created a watch that watches the change detection API http://localhost:5000/api/v1/watch. I then use the filter jq:.[] | select(.last_error != false) | .last_error to get only the ones with error |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have some watches that I want to be certain works. I want to somehow detect fetch errors in these.
As I understand and from testing currently no notification is send out in case of errors. This issues seem to fix that, but the PR has been there for almost a year #1678.
Does anyone have a workaround for monitoring errors?
Beta Was this translation helpful? Give feedback.
All reactions