Skip to content
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

Story | Implement delete_user CP API #17

Open
maxyu1115 opened this issue Aug 28, 2023 · 0 comments
Open

Story | Implement delete_user CP API #17

maxyu1115 opened this issue Aug 28, 2023 · 0 comments
Labels
story Medium sized tasks
Milestone

Comments

@maxyu1115
Copy link
Collaborator

Implement delete_user CP API.

Simple as it sounds, this is not a straightforward implementation. Deleting a user will involve deleting all corpuses underneath them. It should also fail when they still have users underneath them.

We need to implement some sort task queue mechanism, where we delete the corpuses in the background. Also be wary of situations where a deletion is halted midway, we need to be able to restart the deletion and clean things up

@maxyu1115 maxyu1115 added the story Medium sized tasks label Aug 28, 2023
@maxyu1115 maxyu1115 added this to the v1.0 milestone Aug 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
story Medium sized tasks
Projects
None yet
Development

No branches or pull requests

1 participant