Downloads keep dropping to 0, log shows "Delayed"

Get help with all aspects of SABnzbd
Forum rules
Help us help you:
  • Are you using the latest stable version of SABnzbd? Downloads page.
  • Tell us what system you run SABnzbd on.
  • Adhere to the forum rules.
  • Do you experience problems during downloading?
    Check your connection in Status and Interface settings window.
    Use Test Server in Config > Servers.
    We will probably ask you to do a test using only basic settings.
  • Do you experience problems during repair or unpacking?
    Enable +Debug logging in the Status and Interface settings window and share the relevant parts of the log here using [ code ] sections.
Post Reply
Johnster
Newbie
Newbie
Posts: 7
Joined: August 2nd, 2022, 8:24 am

Downloads keep dropping to 0, log shows "Delayed"

Post by Johnster »

I'm running SabNZBD on Linux Mint 21.3 Cinnamon. It's been generally working well for a few years until recently. The problem is that downloading will start out well, but drop off until it eventually it stops at 0b\s. And there it sits until eventually it starts up again. Occasionally when this happens the console will lose connection and need to be reconnected. It happened again today so I started looking through the logs. I found a pile of entries like this:


2024-01-30 14:58:46,994::DEBUG::[downloader:831] Delayed - 412 seconds - Assembler queue: 19
2024-01-30 14:58:47,066::DEBUG::[interface:145] Request GET /api from 127.0.0.1 [Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36] {'mode': 'queue', 'start': '0', 'limit': '20', 'output': 'json', 'apikey': 'xxx', '_': 'xxx'}
2024-01-30 14:58:47,995::DEBUG::[downloader:831] Delayed - 413 seconds - Assembler queue: 19
2024-01-30 14:58:48,292::DEBUG::[interface:145] Request GET /config/ from 127.0.0.1 [Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36] {}
.
.
.
2024-01-30 14:58:56,007::DEBUG::[downloader:831] Delayed - 421 seconds - Assembler queue: 16
2024-01-30 14:58:56,160::DEBUG::[filesystem:532] build_filelists(): joinables: []


In this case it started working again at about the 421 second mark, but 7 minutes of inactivity is very frustrating. I have the cache set to 2G and it sits on a local SSD so it shouldn't have a problem there. Anyone have any idea where I should look to fix this?
User avatar
safihre
Administrator
Administrator
Posts: 5366
Joined: April 30th, 2015, 7:35 am
Contact:

Re: Downloads keep dropping to 0, log shows "Delayed"

Post by safihre »

The problem is an IO lockup. Something is not allowing us to write caste enough to disk.
Is there another disk you could have your Download folder on?
If you like our support, check our special newsserver deal or donate at: https://sabnzbd.org/donate
Johnster
Newbie
Newbie
Posts: 7
Joined: August 2nd, 2022, 8:24 am

Re: Downloads keep dropping to 0, log shows "Delayed"

Post by Johnster »

safihre wrote: January 30th, 2024, 4:26 pm The problem is an IO lockup. Something is not allowing us to write caste enough to disk.
Is there another disk you could have your Download folder on?
The completed download folder is on a mounted NAS share, the temp folder is on a local SSD. Could it be the NAS share is preventing the write?
User avatar
safihre
Administrator
Administrator
Posts: 5366
Joined: April 30th, 2015, 7:35 am
Contact:

Re: Downloads keep dropping to 0, log shows "Delayed"

Post by safihre »

Try it on the local disk using the 10GB test download.
If you like our support, check our special newsserver deal or donate at: https://sabnzbd.org/donate
Post Reply