v2.2.4
gitroomhq/postiz-appv2.2.4Aug 4, 2025by nevo-david
AI Summary
Introduces an automated resilience feature via a Cron job designed to monitor and restore missing scheduled tasks caused by potential Redis failures.
Key Highlights
- New hourly Cron job for job monitoring
- Detection of missing jobs up to 3 hours ahead
- Recovery mechanism for Redis job deletion
New Features
- Automated job recovery Cron job
Full Release Notes
Assuming something happened to your Redis, jobs were deleted (for some reason). This job runs every hour and tests for 3 hours ahead of missing jobs, adding them as needed. **Full Changelog**: https://github.com/gitroomhq/postiz-app/compare/v2.2.3...v2.2.4