kelp icon indicating copy to clipboard operation
kelp copied to clipboard

[1] Bot should report time of last successful update for intelligent monitoring + improve monitoring service (uptimerobot right now)

Open nikhilsaraf opened this issue 4 years ago • 0 comments

Desired Behavior

I want to be able to get an alert if the bot hasn't updated in the last X seconds. This should be a control from outside the bot for monitoring purposes.

Impact

The desired behavior will allow me to run a more reliable system.

Feature Suggestion

We can achieve the desired behavior by adding a "lastSuccessfulUpdateCycle" field to the monitoring JSON response. The monitoring service can then parse this and check for the X seconds and handle the error.

nikhilsaraf avatar Aug 09 '20 03:08 nikhilsaraf