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.
Healthchecks is a comprehensive cron job monitoring service that offers a range of features including a web dashboard, API, integrations, team management, and more. Built on Python and Django, Healthchecks ensures timely alerts for cron job failures and supports secure authentication methods for user accounts. With installation instructions provided, setting up Healthchecks for development is straightforward and allows for efficient monitoring of scheduled tasks.
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.