Introduction
Beacon watches your cron jobs and background workers and tells you when one stops running. It works with any language: a job pings a URL when it finishes, and Beacon alerts you when a ping is late.
How it works
- Create a check with a schedule.
- Add the ping URL to the end of your job.
- Pick where alerts go.
note
Pings are plain HTTP requests, so they work from shell scripts too.