Describe the bug
When manually restarting Radarr from the Web interface, the Radarr process begins consuming high amounts of CPU resources until the service is either manually restarted from the command line or the system is rebooted.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Radarr restarts and goes back to idle CPU usage
Desktop (please complete the following information):
Debug Logs
19-8-11 09:51:27.1|Info|LifecycleService|Restart requested.
19-8-11 09:51:30.8|Debug|ProcessProvider|Found 0 processes with the name: Radarr.Console
19-8-11 09:51:31.5|Debug|ProcessProvider|Found 2 processes with the name: Radarr
19-8-11 09:51:31.5|Debug|ProcessProvider| - [31660] Radarr
19-8-11 09:51:31.5|Debug|ProcessProvider| - [31466] mono-sgen
19-8-11 09:51:31.8|Info|SingleInstancePolicy|1 instance(s) of Radarr are running
19-8-11 09:51:31.8|Warn|SingleInstancePolicy|Another instance of Radarr is already running.
19-8-11 09:51:31.8|Debug|BrowserService|non-interactive runtime. Won't attempt to open browser.
19-8-11 09:51:31.8|Info|Bootstrap|Application is being terminated. Reason : Another instance is already running
19-8-11 09:52:30.3|Debug|ProcessProvider|Found 0 processes with the name: Radarr.Console
19-8-11 09:52:31.0|Debug|ProcessProvider|Found 2 processes with the name: Radarr
19-8-11 09:52:31.0|Debug|ProcessProvider| - [31677] Radarr
19-8-11 09:52:31.0|Debug|ProcessProvider| - [31466] mono-sgen
19-8-11 09:52:31.3|Info|SingleInstancePolicy|1 instance(s) of Radarr are running
19-8-11 09:52:31.3|Warn|SingleInstancePolicy|Another instance of Radarr is already running.
19-8-11 09:52:31.3|Debug|BrowserService|non-interactive runtime. Won't attempt to open browser.
19-8-11 09:52:31.3|Info|Bootstrap|Application is being terminated. Reason : Another instance is already running
19-8-11 09:52:53.1|Debug|ProcessProvider|Found 0 processes with the name: Radarr.Console
19-8-11 09:52:53.7|Debug|ProcessProvider|Found 2 processes with the name: Radarr
19-8-11 09:52:53.7|Debug|ProcessProvider| - [31694] Radarr
19-8-11 09:52:53.7|Debug|ProcessProvider| - [31466] mono-sgen
19-8-11 09:52:54.1|Info|SingleInstancePolicy|1 instance(s) of Radarr are running
19-8-11 09:52:54.1|Warn|SingleInstancePolicy|Another instance of Radarr is already running.
19-8-11 09:52:54.1|Debug|BrowserService|non-interactive runtime. Won't attempt to open browser.
19-8-11 09:52:54.1|Info|Bootstrap|Application is being terminated. Reason : Another instance is already running
Issue-Label Bot is automatically applying the label bug to this issue, with a confidence of 0.97. Please mark this comment with :thumbsup: or :thumbsdown: to give our bot feedback!
Links: app homepage, dashboard and code for this bot.
You're probably running this w/ a systemd service file, right? You probably just don't want to use the restart in the UI. If you have systemd setup one way, it'll probably lose track of the process. If you have it setup another way, it'll probably try to restart it itself. You probably want something like Restart=always and then from the UI, just shutdown instead and systemd will start it up.
Most helpful comment
Issue-Label Bot is automatically applying the label
bugto this issue, with a confidence of 0.97. Please mark this comment with :thumbsup: or :thumbsdown: to give our bot feedback!Links: app homepage, dashboard and code for this bot.