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
When users stop their workspaces in the dashboard, an idle jetbrains gateway session may reconnect them, and start the workspace when the user is not present. This can incur unnecessary costs for administrators while devs are not active.
Is there a workspace build going on? If so, wait for that build.
Is the workspace on? If not, prompt to start the workspace and depending on the response go back to 1 or quit.
Otherwise wait for the agent to be ready then connect, or exit if the agent enters some failed/off state.