With nextcloud/server#30945 it will be possible to move background jobs to times where the server is less busy. We have some tasks that currently run at a fixed interval, where it might make sense to move them for the chance of yielding better performance.
For each TimedJob, add the TIME_INSENSITIVE flag, when:
- if can be run once a day only
- and if it causes a high load