-
-
Notifications
You must be signed in to change notification settings - Fork 148
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
Provide a notification when client is deactivated due to housekeeping #928
Labels
Comments
2 tasks
2 tasks
2 tasks
Flow for Deactivation of Outdated Clients by housekeeping: A. Initial Setup
B. Server-side Housekeeping Processing
C. Client Re-access
D. Client-side Handling
E. Required User Actions
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description:
When a client leaves a document without properly deactivating(detaching), it remains as a zombie client, leading to inefficiencies in garbage collection. To address this issue, server deactivates clients that have been inactive for a certain period through a housekeeping process.
The default Client Deactivate Threshold is set to 24 hours, meaning that if a client has not edited the document for 24 hours, it will be deactivated and no longer considered to be participating in document editing.
However, there are cases where a user leaves a document open for a long time without actively editing it, causing housekeeping to occur and disconnecting the user from document editing. In such cases, users should be notified that the document has been disconnected and instructed to re-attach in order to continue editing.
Considerations:
The text was updated successfully, but these errors were encountered: