Scheduler error alert #409
-
Hi, how can I notice if the Scheduler is down due to some error such as DB disconnection? |
Beta Was this translation helpful? Give feedback.
Answered by
kagkarlsson
Jul 9, 2023
Replies: 1 comment
-
Nothing direct no. You can monitor the |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
nsqa99
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Nothing direct no. You can monitor the
DataSource
yourself if you wish.You might be able to do some error-detection via a custom
StatsRegistry
. If there are no events of typeRAN_EXECUTE_DUE
for a long while, you might be having db-issues.