Skip to content

Mark DAV background jobs as time sensitive/insensitive#31316

Merged
nickvergessen merged 1 commit into
masterfrom
enhancement/sensitive-insensitive-dav-background-jobs
Feb 22, 2022
Merged

Mark DAV background jobs as time sensitive/insensitive#31316
nickvergessen merged 1 commit into
masterfrom
enhancement/sensitive-insensitive-dav-background-jobs

Conversation

@ChristophWurst
Copy link
Copy Markdown
Member

  • As a bonus they are now all using OCP base classes
  • Strict typing is now enforced

Fixes nextcloud/groupware#28

$this->reminderService = $reminderService;
$this->config = $config;
/** Run every 5 minutes */
$this->setInterval(5);
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🙈 oops

@ChristophWurst ChristophWurst added 4. to release Ready to be released and/or waiting for tests to finish and removed 3. to review Waiting for reviews labels Feb 22, 2022
* As a bonus they are now all using OCP base classes
* Strict typing is now enforced

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
@ChristophWurst ChristophWurst force-pushed the enhancement/sensitive-insensitive-dav-background-jobs branch from ed9e2c8 to c01eb07 Compare February 22, 2022 12:55
@nickvergessen nickvergessen merged commit 9e80f6f into master Feb 22, 2022
@nickvergessen nickvergessen deleted the enhancement/sensitive-insensitive-dav-background-jobs branch February 22, 2022 14:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

4. to release Ready to be released and/or waiting for tests to finish enhancement performance 🚀 technical debt 🧱 🤔🚀

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Move non time critical background tasks to maintenance window

3 participants