-
Notifications
You must be signed in to change notification settings - Fork 285
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
modern sync: properly track mutable counters
Summary: I wanted to have a stream of continuous change sets but turns out it was quite tricky to add a "break" in between streams to make the bookmark update log update, so switching to the old boring iteration. I also hid the mutable counters update behind an arg given that I can see a scenario where we run the sync locally in case prod is stuck and I don't want conflicting updates between those two runs and for prod to be the only SoT, if we need to update we can use monad Reviewed By: markbt Differential Revision: D67092014 fbshipit-source-id: 759600997e9b065b55a2e4fff51a2d166a25250f
- Loading branch information
1 parent
df91c7f
commit 23ae842
Showing
5 changed files
with
37 additions
and
44 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters