itsToggle / rclone_RD

RClone Fork that implements RealDebrid
https://rclone.org
MIT License
179 stars 35 forks source link

rclone_RD will completely lock up while it refreshing dead/missing torrents #41

Open dstarikov opened 1 year ago

dstarikov commented 1 year ago

I am using the latest version of rclone_RD from the artificial sorting branch - it's an amazing project and thank you for all your effort on this!

I am running the latest version of the artificial-sorting branch

I have quite the extensive plex library at this point due to plex_debrid - there are around 52 pages total on my real debrid account.

I notice that on occasion (daily it seems?) that my entire rclone instance will completely lock up (it is mounted as a docker volume) - looking at the logs I can see that it is refreshing each torrent one by one in my entire library during this time that it is locked up.

During this time I am completely unable to access any of the rclone mounted files, even including the ones that should be available and are available to download from the real-debrid site.

Even trying to run an ls command on the rclone_rd mount directory, it will just hang for minutes if not hours on end, and finally starts working after I restart my docker compose environment.

Could the redownload / refresh torrent task be moved into it's own separate thread to avoid locking up the entire filesystem while resurrecting missing links?

maxexcloo commented 1 year ago

I'm starting to have this problem also - listing all files locks up for 30 mins+ sometimes. That said, I currently have 433 pages and everything else has been working smoothly (props for that, that's actually rather amazing!)