added a arrs atalled failled handler

This commit is contained in:
2026-04-22 18:22:29 -04:00
parent 3b08aa30c1
commit 39f2525d0f
3 changed files with 375 additions and 6 deletions
+5 -2
View File
@@ -216,6 +216,9 @@
#/mnt/user/appdata/unraid_scripts/Media/sonarr_cleanup.sh
#/mnt/user/appdata/unraid_scripts/Media/radarr_cleanup.sh --dry-run --log
#/mnt/user/appdata/unraid_scripts/Media/radarr_cleanup.sh
#/mnt/user/appdata/unraid_scripts/Media/arrs_failed_stalled_recovery.sh --dry-run
#/mnt/user/appdata/unraid_scripts/Media/arrs_failed_stalled_recovery.sh
# ^^ schedule: 0 5 * * * (5am daily) — always dry-run first
#
# ━━━ Transcodes ━━━
# transcode_management.sh runs cleanup then manager — schedule that, not the individuals.
@@ -298,10 +301,10 @@
# */15 * * * * system_watchdog.sh
#
# ━━━ Daily ━━━
# 0 1 * * * media_shares_sync.sh (media shares both directions)
# 0 1 * * * media_shares_sync.sh (media shares both directions)
# 0 2 * * * media_management.sh (permissions + cleaners + arrs)
# 30 2 * * 0 critical_shares_maintenance.sh (clean Emby + auth stack sync)
# 0 3 * * * docker_daily_restart.sh
# 0 5 * * * arrs_failed_stalled_recovery.sh (blocklist + re-search failed imports + stalled)
# 0 8 * * * weekly_health_digest.sh (profile controls if it sends)
#
# ━━━ Rsync profiles — schedule individually ━━━