Skip to content

Move non time critical background tasks to maintenance window #608

@PVince81

Description

@PVince81

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions