Skip to content

Mark background jobs as time sensitive/insensitive#2645

Merged
ChristophWurst merged 1 commit into
mainfrom
enhancement/sensitive-insensitive-background-jobs
Feb 22, 2022
Merged

Mark background jobs as time sensitive/insensitive#2645
ChristophWurst merged 1 commit into
mainfrom
enhancement/sensitive-insensitive-background-jobs

Conversation

@ChristophWurst
Copy link
Copy Markdown
Member

This contributes the Calendar part of nextcloud/groupware#28.

Only the hourly sync job is time sensitive, the rest can be done at off times.

method_exists checks will allow us to ship this to older Nextcloud releases.

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
@ChristophWurst ChristophWurst added enhancement New feature or request 3. to review Waiting for reviews labels Feb 18, 2022
@ChristophWurst ChristophWurst added this to the v4.1.0 milestone Feb 18, 2022
@ChristophWurst ChristophWurst self-assigned this Feb 18, 2022
@codecov
Copy link
Copy Markdown

codecov Bot commented Feb 18, 2022

Codecov Report

Merging #2645 (d0fff89) into main (10aa075) will decrease coverage by 0.29%.
The diff coverage is 0.00%.

Impacted file tree graph

@@             Coverage Diff              @@
##               main    #2645      +/-   ##
============================================
- Coverage     69.25%   68.95%   -0.30%     
- Complexity      247      248       +1     
============================================
  Files            21       21              
  Lines           696      699       +3     
============================================
  Hits            482      482              
- Misses          214      217       +3     
Impacted Files Coverage Δ
lib/Cron/SocialUpdateRegistration.php 0.00% <0.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 10aa075...d0fff89. Read the comment docs.

@ChristophWurst ChristophWurst merged commit dfbb759 into main Feb 22, 2022
@ChristophWurst ChristophWurst deleted the enhancement/sensitive-insensitive-background-jobs branch February 22, 2022 08:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

3. to review Waiting for reviews enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants