Status

Live health check across every page, function, and scheduled job on jonestes.me

Auto-refreshes every 60s · last run
Edit the CHECKS array at the top of this file's script to add or remove anything being monitored. Page checks just confirm the route responds. Function checks hit your Netlify function URLs directly. Heartbeat checks read a timestamp key from your Redis store (e.g. have your scheduled silver-alert function write heartbeat:silver-alert = Date.now() on every run) so you can tell a cron job is still firing, not just that the endpoint exists.