-
Notifications
You must be signed in to change notification settings - Fork 14
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
[WIP] feat: inactive users index #427
[WIP] feat: inactive users index #427
Conversation
Codecov Report
@@ Coverage Diff @@
## pajgo-feat/delete-inactive-users #427 +/- ##
===================================================================
Coverage ? 94.63%
===================================================================
Files ? 131
Lines ? 2404
Branches ? 0
===================================================================
Hits ? 2275
Misses ? 129
Partials ? 0
Continue to review full report at Codecov.
|
this lacks a method that will clean up inactive index of user ids that had expired and never completed activation - needs to be added before the PR can be merged |
Clean up method planned in Parent PR which contains delete user procedure. It's a transitional PR. Maybe It should be removed and code migrated into parent PR? Added temporary cleanup logic. |
* index cleanup
638e622
to
9612990
Compare
25186e7
to
d9f0aad
Compare
Closing this PR changes merged into #430 |
Sub task for inactive users delete