Healthchecks
Cron job and scheduled task monitoring service
Alternative to: healthchecks.io, cronitor, dead man's snitch
About
Versions (75)
v4.0
2026-01-22This release drops support of Python 3.11 and below. The minimum required Python version is 3.12.
Improvements
- Upgrade to Django 6.0
- Update the Matrix integration to use Matrix v3 API (#1244)
- Update email alert template to use user’s preferred time zone (#1230)
- Update the web UI to use user’s preferred timezone instead of browser’s timezone
- Add data migration to update legacy timezones to current canonical timezones (#1250)
- Switch to using multicolor icon font for integration icons
Bug Fixes
- Fix the text version of email report for recently created checks (#1236, @adelton)
- Fix prepare_durations() to assert ping ordering by id not by created date
- Fix the “Pause” API call and UI action to no-op if the check is already paused