sct / overseerr

Request management and media discovery tool for the Plex ecosystem
https://overseerr.dev
MIT License
3.54k stars 412 forks source link

Add longer task frequency options #3787

Open ChristianMalazarte opened 4 months ago

ChristianMalazarte commented 4 months ago

Description

So for us who have huge collections, the overseerr tasks can be too much. I always see overseerr on my syslog updating stuff... I'm not really keen on getting everything fully synced all the time. So I scheduled the tasks to be less frequent, but overseerr doesn't really have many options for someone like me.

I actually kill overseerr when I don't need it running.

Desired Behavior

Add longer task frequency options.

Additional Context

No response

Code of Conduct

r-netizen commented 4 months ago

Hi, you can set them in a cronjob like syntax by using the API, Would defnitely be more of a workaround, as an actual GUI Setting would be better https://api-docs.overseerr.dev/#/settings/post_settings_jobs__jobId__schedule

I would suggest you playing a bit around with the API, and then set any kind of time you would want. Thus it being a cronjob, pretty funny frequencies are possible: image

ChristianMalazarte commented 4 months ago

This is perfect! Thanks!