kelp
kelp copied to clipboard
[1] Bot should report time of last successful update for intelligent monitoring + improve monitoring service (uptimerobot right now)
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.