Page MenuHomePhorge

Avoid missing sync intervals
ClosedPublic

Authored by mollekopf on Jun 27 2016, 11:46 AM.
Tags
None
Referenced Files
Unknown Object (File)
Feb 24 2024, 4:59 AM
Unknown Object (File)
Feb 20 2024, 3:20 PM
Unknown Object (File)
Feb 13 2024, 6:54 PM
Unknown Object (File)
Jan 27 2024, 5:19 AM
Unknown Object (File)
Jan 24 2024, 10:59 PM
Unknown Object (File)
Jan 24 2024, 5:00 PM
Unknown Object (File)
Jan 22 2024, 10:12 AM
Unknown Object (File)
Jan 19 2024, 1:08 AM
Subscribers
None

Details

Summary

We tried to guarantee that we never sync more frequently than the
minimum sync interval. It can happen though that the timer fires a
little bit early, resulting in a complete sync interval being missed.

We avoid this problem by only not syncing again if we did sync within
(interval - 2min).

Phabricator: git.kolab.org/T1295

Diff Detail

Repository
rA akonadi
Branch
kolab/integration/1.12.0
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 4041
Build 4028: arc lint + arc unit

Event Timeline

mollekopf retitled this revision from to Avoid missing sync intervals.
mollekopf updated this object.
mollekopf edited the test plan for this revision. (Show Details)
mollekopf added a reviewer: knauss.
This revision was automatically updated to reflect the committed changes.