Closed rpschube closed 1 month ago
I would like to be able to set a minutes or hours value for the interval at which all of the scheduled tasks run. This would work similarly to the existing monitor interval setting
That is exactly how it works right now! App uses the same interval set in Monitor Interval
for all tasks except for Image Refresh
which runs every 6 hours.
Hmm, I suppose then it's not working for me. I have the Monitor Interval setting set to 480 as you can see above. However the tasks seem to be running at their same default schedules.
The error in my Download Missing Trailers task run is just a bad path for an individual piece of media, nothing with the job itself.
Tasks are scheduled when app starts, changing them won't be applied immediately. A restart is needed to set new scheduled tasks with updated intervals.
That tells me, I need to add this to docs, and maybe show a warning or something that container restart is needed to take effect. Thanks for bringing it up!
Is your feature request related to a problem? Please describe. The "Download Missing Trailers" runs every hour, briefly taking up 30% of my CPU. Not a huge deal, but I don't need this happening every hour.
Describe the solution you'd like I would like to be able to set a minutes or hours value for the interval at which all of the scheduled tasks run. This would work similarly to the existing monitor interval setting:
Describe alternatives you've considered Keeping the container shut down and only starting it up it once a day for a single run of all it's scheduled tasks.
Additional context Everything else works great!