-
Notifications
You must be signed in to change notification settings - Fork 687
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
Garbage Collection Integration for Morango SyncSessions #11101
Garbage Collection Integration for Morango SyncSessions #11101
Conversation
Build Artifacts
|
Lets make sure to include the morango upgrade in this. We have yet to actually release it, so I will help get that sorted out later this week. |
@ozer550 |
d558bf2
to
eb8cd58
Compare
Looks like this has been rebased to include the latest morango update - so I think this is ready to go? |
It's pretty much there, but I didn't get a chance to talk to with Prathamesh about it during our sync yesterday. @ozer550 I think the instance ID filtering is the opposite of what it should be. When we target sync sessions for clean up, if |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ozer550 The logic for which instance ID to use is still incorrect. Please take a closer, careful look at it. Could you also update the expiration
to 1
? I'm starting to think that 0
is a bad idea
f630829
to
b6adaa6
Compare
Co-authored-by: Prathamesh Desai <prathameshd419@gmail.com>
b6adaa6
to
1a42d93
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚀
Summary
Reviewer guidance
Testing checklist
PR process
Reviewer checklist
yarn
andpip
)closes #8238