CAWSCIT / ca-meeting-finder-issue-tracker

Public Repo For tracking known issues and work for the C.A. Meeting Finder app.
0 stars 0 forks source link

Alert tied to health endpoint to detect problems earlier #44

Open tiptop96 opened 5 days ago

tiptop96 commented 5 days ago

For some unknown reason we just had an issue that the TSML import job stopped working. To get on top of this before our users report it in the future we could set up a health endpoint that checks that the number of imported meetings is greater than 0. Then we can add an alert for if the endpoint indicates non healthy.

The endpoint can be extended to check more metrics down the line.