mirror of
https://github.com/community-scripts/ProxmoxVE-Local.git
synced 2026-03-31 06:23:54 -04:00
- Add destroy() method to properly stop cron jobs - Add additional safety checks in cron job execution - Add debugging logs to track cron job lifecycle - Ensure isRunning is set to false even when no cron job exists - Add null check for cronJob before execution This should prevent autosync from continuing to run after being disabled.