Radarr: Check For Finished Download interval?

Created on 22 Feb 2017  路  29Comments  路  Source: Radarr/Radarr

Description:

I see that the Check For Finished Download task has an interval of "1 few seconds" and seem to basically be constantly running because of that, with it eating up cpu cycles for no good reason. I also know that Sonarr has it defaulted to 1 minute... Ideally, I'd love to be able to customize all of these task intervals. but baring that, 1 second is too much.

enhancement medium stale ui

Most helpful comment

I still want to have an option to set the interval.

All 29 comments

It's actually 30 seconds. The ui just cannot display it correctly.

I still want to have an option to set the interval.

This issue has been automatically marked as stale because it has not had recent activity. Please verify that this is still an issue with the latest version of Radarr and report back. Else this issue will be closed.

I'm going to bump this from going stale, as we cannot currently customize the interval.

I would love to see this feature. Currently, every 30 seconds I see CPU usage from radarr jump to 100% as these checks complete. I'd be more than happy to have this complete every 5 minutes to reduce CPU use (although it seems that radarr can be smarter in what it checks since 100% of the items in my downloader are completed and don't need to be checked anymore).

image

@mynameisfiber Hmm that seems bad, do you have that in Sonarr as well? (Just in a lower frequency). Also I just checked the code, most of the logic should be cached, so not sure why you get such a spike.

@galli-leo Yea... I do have sonarr but it's utilization is much less aggressive (granted, I remove those items from my download client a lot sooner than for radarr where I try to seed as long as possible). Radarr seems to have 150 things "active" (although they are _all_ seeding), while sonarr only has 3 active.

image

@mynameisfiber Can you try moving about half of the Radarr items to a different label?

@galli-leo sorry... I don't know what you mean by a different label.

@mynameisfiber Your download client has different labels (or categories) for different items. For example, radarr might have the movies label (or category). Try changing all items from the Radarr label to a new one.

@galli-leo sorry for the delay. What I did was change the default category for my downloader in radarr that way all the existing things in the client don't get found (I couldn't find a way to change the category for existing downloads). This removed all of the 150 active items in radar and changed the CPU use quite a lot (can you see in the screenshot when I changed the label? :))

image

I do think though that this issue still needs resolution... the number of things in radarr's activity is just going to grow again. Being able to change the check interval would be one way of at least reducing the effective CPU use and let my system to into idle.

This issue has been automatically marked as stale because it has not had recent activity. Please verify that this is still an issue with the latest version of Radarr and report back. Otherwise this issue will be closed.

Still an issue .

Really need to be able to change .

I second this, must be able to change..

Would be a great addition especially for lowering cpu utilization and drive run times.

Still an issue.

I'll add my name to the list.

On the latest develop release the interval was reset to Sonarr鈥榮 original value (1 minute)

Big improvement now that it's only 1 minute, but the CPU spike still seems a bit excessive. I would love if there was either an option to disable the check (since I have no use for it personally) or to modify the timer easily from the gui.

How is this not a thing? Every other client I use I can configure this. I have a 5bay nas and this stops the disks ever spinning down. Am I forced to download the source and change this myself?

@scrouchman That鈥檚 the beauty of open source, you can do that and change whatever you wish! Go for it!

I don鈥檛 quite understand how Radarr talking to your download client every minute is stopping all 5 disks from spinning down?

Radarr only scans your actual stored movie files once a day. And only scans your download directory if you have dronefolder setup (not recommended) or if your download client says something is finished and ready to move.

To be fair any disk access will do it, which is why I was changing everything to a longer timeout.
I thought I did have directory scanning enabled but it looks like I no longer do, good to know its only talking to the download client and nothing more.

That being said clearly I'm not the only one that wants to change this, I'll look at the source and see how easy it is to do

This issue has been automatically marked as stale because it has not had recent activity. Please verify that this is still an issue with the latest version of Radarr and report back. Otherwise this issue will be closed.

Bumping this as its not stale, I have an open pr to fix it

Mind=blown this isn鈥檛 a feature. My array is constantly spinning

Don't assume it's this thats keeping your array awake. For me I use deluge for torrents, that writes a file every 3 minutes even if everything is paused. To get round that I have a script for stopping and starting it.
The problem radarr has is it runs this check every minute and if deluge isn't running it logs an error

This issue has been automatically marked as stale because it has not had recent activity. Please verify that this is still an issue with the latest version of Radarr and report back. Otherwise this issue will be closed.

Was this page helpful?
0 / 5 - 0 ratings