RandomNinjaAtk / docker-lidarr-extended

lidarr-extended :: Lidarr application packaged with multiple scripts to provide additional functionality
GNU General Public License v3.0
275 stars 24 forks source link

jq Performance #12

Closed telix5000 closed 2 years ago

telix5000 commented 2 years ago

I have been running this overnight, but it seems to be stuck on this jq -r command for over an hour. I'm not a jq expert, but is it going to take over an hour for each entry to import? I don't see any I/O via htop happening, just pegging the processor.

RandomNinjaAtk commented 2 years ago

Are you on the latest version?

Also don't think there is anything I can do about Jq performance...

Also without any log data, really no way to know where a potential issue is...

JQ is used in a lot of places to parse the json data...

telix5000 commented 2 years ago

Yes. I updated to what you pushed. It’s this jq process just taking a very long time to run. I have read about this happening before. Read something about using a stream instead or another program entirely; but this is out of my wheelhouse.

Sent from my iPhone

On Jul 7, 2022, at 6:38 PM, RandomNinjaAtk @.***> wrote:

 Are you on the latest version?

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.

RandomNinjaAtk commented 2 years ago

Well without any logs or more detail, nothing further can be done to investigate. Feel free to open a new issue if you have some data that can be reviewed... Also make sure you have the latest update, everything is updated/improved frequently

telix5000 commented 2 years ago

Sure, which log does the jq process log to? There's quite a few in the log directory.