Skip to content

Mark background jobs as time sensitive/insensitive#3974

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

Mark background jobs as time sensitive/insensitive#3974
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 3. to review Waiting for reviews enhancement New feature request labels Feb 18, 2022
@ChristophWurst ChristophWurst added this to the v3.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 #3974 (ab11a08) into main (526b38e) will increase coverage by 0.01%.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff              @@
##               main    #3974      +/-   ##
============================================
+ Coverage     29.43%   29.44%   +0.01%     
- Complexity      322      323       +1     
============================================
  Files           221      221              
  Lines          7577     7579       +2     
  Branches       1002     1002              
============================================
+ Hits           2230     2232       +2     
  Misses         5347     5347              
Flag Coverage Δ
javascript 20.81% <ø> (ø)
php 67.40% <ø> (+0.04%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
...r/lib/BackgroundJob/CleanUpOutdatedBookingsJob.php 100.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 526b38e...ab11a08. Read the comment docs.

@ChristophWurst ChristophWurst merged commit 7e45528 into main Feb 22, 2022
@ChristophWurst ChristophWurst deleted the enhancement/sensitive-insensitive-background-jobs branch February 22, 2022 08:49
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 request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants