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
If anywhere between 2 and 5 and exception occurs, e.g. database connection is lost, the state is undefined.
This means the user is already removed from backend, so we have no associated user anymore, but some data might still be available.
It is not possible to recover from this state because:
The user is gone (we could check if there are remnants by checking user preferences for userIds not available on any registered backend)
Our API (especially the events to let apps delete their user data) require real users not only user ids
While this case is probably logged (unexpected exception), removing all user data is hard for admins as it is unclear which tables and files to remove.
The text was updated successfully, but these errors were encountered:
Current flow is:
BeforeUserDeletedEvent
UserDeletedEvent
If anywhere between 2 and 5 and exception occurs, e.g. database connection is lost, the state is undefined.
This means the user is already removed from backend, so we have no associated user anymore, but some data might still be available.
It is not possible to recover from this state because:
While this case is probably logged (unexpected exception), removing all user data is hard for admins as it is unclear which tables and files to remove.
The text was updated successfully, but these errors were encountered: