antifuchs / sonarr-plex-cleaner

Garbage-collect your "broadcatching" TV library by deleting seasons that Sonarr has fully downloaded and that are completely watched in Plex.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Retry when deleting an episodefile fails with 504

antifuchs opened this issue · comments

When deleting an episode file fails (e.g. with 504 because the system is very busy), the program quits; however, the deletion might already have gone through. At that point, the season is no longer counted as "complete" and will not be eligible for deletion again.

When receiving a 504 or other retry-able status, sonarr-plex-cleaner should retry (or query the file) after a backoff period and continue.