1006 B
1006 B
| id | type | title | tags | importance | confidence | created | updated | |||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 30eb7a77-b825-4203-80fc-b8a542a7fbe0 | decision | Tdarr local node monitoring decommissioned - not needed on manticore |
|
0.7 | 0.8 | 2026-02-19T19:16:44.947536+00:00 | 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.