store: Tdarr local node monitoring decommissioned - not needed on manticore

This commit is contained in:
Cal Corum 2026-02-19 13:16:44 -06:00
parent 67682f73f4
commit e90ffd2e09

View File

@ -0,0 +1,12 @@
---
id: 30eb7a77-b825-4203-80fc-b8a542a7fbe0
type: decision
title: "Tdarr local node monitoring decommissioned - not needed on manticore"
tags: [tdarr, homelab, cleanup, infrastructure, decision]
importance: 0.7
confidence: 0.8
created: "2026-02-19T19:16:44.947536+00:00"
updated: "2026-02-19T19:16:44.947536+00:00"
---
The tdarr_monitor.py (stuck job detection + kill workers) and tdarr_file_monitor.py (cache file completion monitor) were built for the local workstation running as an unmapped remote Tdarr node. Stuck jobs were caused by network issues during file transfers between remote node and server. Cache cleanup cron jobs cleaned orphaned work directories. All of this is unnecessary on ubuntu-manticore (10.10.0.226) which runs a local mapped node with shared NFS storage - no remote transfers, no local cache to monitor, no stuck jobs. Scripts archived to tdarr/archive/ with README. Three cron jobs removed from workstation. Original monitoring/scripts/ cleaned of all tdarr-related files.