Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add QTimer to ensure background jobs are scheduled correctly. #780

Merged
merged 4 commits into from
Feb 11, 2021

Conversation

m3nu
Copy link
Contributor

@m3nu m3nu commented Feb 2, 2021

Fixes #777

@codecov-io
Copy link

codecov-io commented Feb 2, 2021

Codecov Report

Merging #780 (1eb37b5) into master (227e06d) will increase coverage by 0.07%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #780      +/-   ##
==========================================
+ Coverage   73.50%   73.58%   +0.07%     
==========================================
  Files          53       53              
  Lines        3590     3593       +3     
==========================================
+ Hits         2639     2644       +5     
+ Misses        951      949       -2     
Impacted Files Coverage Δ
src/vorta/scheduler.py 70.27% <100.00%> (+2.67%) ⬆️

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 227e06d...1eb37b5. Read the comment docs.

@m3nu m3nu marked this pull request as ready for review February 7, 2021 00:32
@m3nu m3nu requested a review from samuel-w February 7, 2021 00:32
@m3nu m3nu self-assigned this Feb 10, 2021
@m3nu m3nu added this to the 0.7.3 (Next minor release) milestone Feb 10, 2021
@m3nu m3nu merged commit aa04d72 into borgbase:master Feb 11, 2021
@m3nu m3nu deleted the issue/778/missed-timer branch February 11, 2021 06:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

backup scheduling stops working after sleep on macOS
2 participants