Are the scheduled tasks needed? #72
-
|
What is the reason for the Library Analysis and Clustering being ran on a schedule? I ask because I've just completed the initial Analysis and Clustering inside the AudioMuse UI and it took a very long time - it took days on my mini-PC and large music collection. I worry that with these being ran on a schedule, that my machine would be left in a constant state of running CPU-intensive tasks. Is that a reasonable concern? After the initial Analysis, do subsequent runs re-scan my entire music library, or does it only re-scan new files and those that have been modified? Thanks. p.s. I'm really impressed with the results of the Instant Mix feature now. Great work on this! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
|
Hi, You can off course just try it but:
On Kubernetes you can set a maximum resources usage in your deployment if you don’t want to use all the cpu. I usually run the analysis each night, so in this way it includes just the few new song and in this way is very fast. The clustering still on night but maybe weekly. |
Beta Was this translation helpful? Give feedback.
Hi,
Thanks for reaching us.
You can off course just try it but:
On Kubernetes you can set a maximum resources usage in your deployment if you don’t want to use all the cpu.
I usually run the analysis each night, so in this way it includes just the few new song and in this way is very fa…