Open-source cron job and background task monitoring service, written in Python & Django
Healthchecks is a cron job monitoring service that monitors HTTP requests and email messages ("pings") from your cron jobs and scheduled tasks ("checks"). It sends out alerts when pings do not arrive on time and offers a web dashboard, API, integrations for notifications, monthly reports, WebAuthn 2FA support, and team management features. The service is built using Python 3.10+, Django 5.1, and supports PostgreSQL or MySQL databases.
Django is a high-level Python web framework that encourages rapid development and clean, pragmatic design. It follows the model-view-controller (MVC) architectural pattern, providing an extensive set of built-in tools and conventions to streamline the creation of robust and scalable web applications.