From 08bee2bd91b7097f3169313c888e342ce6fcea08 Mon Sep 17 00:00:00 2001 From: Dan Heath <76443935+Dan-Heath@users.noreply.github.com> Date: Thu, 8 May 2025 21:52:03 +0000 Subject: [PATCH] backport of commit 004c5c8da7bc62b17cf422e21fa6c7bb4511a9b7 --- .../docs/troubleshoot/troubleshoot-recorded-sessions.mdx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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