diff --git a/website/content/docs/troubleshoot/troubleshoot-recorded-sessions.mdx b/website/content/docs/troubleshoot/troubleshoot-recorded-sessions.mdx index 2e662d6044..9cb38f0951 100644 --- a/website/content/docs/troubleshoot/troubleshoot-recorded-sessions.mdx +++ b/website/content/docs/troubleshoot/troubleshoot-recorded-sessions.mdx @@ -31,11 +31,11 @@ This could happen due to a network connectivity issue or because a worker is sca There are a number of currently unsupported failure cases, including when the worker: - Crashes and restarts while servicing connections and channels for session to an SSH target -- Crashes and restarts while closing a channel, before all files are synced to remote storage -- Crashes and restarts while closing a connection recorder, before all files are synced to remote storage -- Crashes and restarts while closing a session recorder, before all files are synced to remote storage +- Crashes and restarts while closing a channel before all files are synced to remote storage +- Crashes and restarts while closing a connection recorder before all files are synced to remote storage +- Crashes and restarts while closing a session recorder before all files are synced to remote storage - Crashes and never restarts or is seen again while closing a channel/connection recorer/session recorder -- Loses its connection to the controller and cancels sessions, it must resend the information when communication resumes. +- Loses its connection to the controller and cancels sessions; it must resend the information when communication resumes ## Tips