coder machines not shutting down in the expected manner after user inactivity
How is "inactivity" detected for coder instances? We have been working to reduce costs of coder instances and noticed that in some cases, coder machines will not shut down when we expect them to. What constitutes "inactivity" as described here: https://coder.com/docs/user-guides/workspace-scheduling and is there any guidance on how we can debug what prevented an instance from shutting down?
2 Replies
<#1350255235112894565>
Category
Help needed
Product
Coder (v2)
Platform
Linux
Logs
Please post any relevant logs/error messages.
From this PR about a year ago, sounds like it's just based on active connections of any type, is that still the case? https://github.com/coder/coder/pull/11987
GitHub
feat: add activity status and autostop reason to workspace overview...
Closes #11710
Closes #11694
Closes #12064
Adds a "Connected" badge next to the autostop timer to help clarify if anything has recently counted as "activity" in...