Make Butler aware of *ALL* failed reloads, including ones triggered by external sources using APIs or during app development #1170
Closed
mountaindude
started this conversation in
Ideas
Replies: 1 comment
-
This issue is stale because it has been open for 30 days with no activity. |
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
-
By hooking into the engine logs it's possible to detect any failed reload in the Sense engine.
While it's desirable to detect app reloads also outside of the scheduler context, some form of white listing is probably needed.
Otherwise every failed reload during development will trigger an alert.
Maybe it's possible to while list which user IDs alerts should be sent for... Internal system accounts that are used to run reloads would be included, leaving end user triggered reloads out.
Beta Was this translation helpful? Give feedback.
All reactions