With https://github.com/nextcloud/server/pull/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. I'm thinking about the calendar resources sync for example.
Describe the task
With https://github.com/nextcloud/server/pull/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. I'm thinking about the calendar resources sync for example.
Affected components
CleanupDirectLinksJobCleanupInvitationTokenJobEventReminderJobUpdateCalendarResourcesRoomsBackgroundJobMigrateImportantJobSyncJobTo do