You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 27, 2024. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: