-
Notifications
You must be signed in to change notification settings - Fork 31
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
feat: schedule job that removes expired keys #1187
Conversation
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.
LGTM but will not approve for now, given that you are still
evaluating the possibility of writing unit tests
This PR needs atsign-foundation/at_server#1713 merged and at_persistence_secondary published. Will wait unit that is done. |
Added unit tests. Consumed latest version of at_persistence_secondary_server v3.0.61. Ready for review |
packages/at_client/lib/src/preference/at_client_preference.dart
Outdated
Show resolved
Hide resolved
…nt) -> expiryCheckTimeInterval(type Duration)
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.
LGTM
The unit tests have been updated. Ready to be reviewed/approved |
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.
lgtm
closes atsign-foundation/at_server#1660
- What I did
- How I did it
- How to verify it
- Description for the changelog
feat: schedule job that removes expired keys