Skip to content

v1.0.1 - Bugfix: Prevent Infinite Backup Loops

Choose a tag to compare

@mdmilton2913 mdmilton2913 released this 16 May 21:37
· 7 commits to main since this release

🐛 Bug Fixes

  • Infinite Backup Loop Prevention: Fixed a critical bug where an unconfigured mailer (SMTP) would throw an uncaught exception during success/failure notifications. This prevented the next_run_at timestamp from updating and caused the scheduler to trigger the same backup job every minute. Mail notifications are now gracefully handled via try-catch blocks to ensure job state remains consistent even if email delivery fails.