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
Going to close this out in favor of #8987. I know this is a tricky topic, but since dormant users are only used to deoccupy a license seat (when they are logged in, they are marked as active again, and can access all their workspaces) we are going to keep it hardcoded to 90 days. This is a standard number for other software such as GitLab and Coder v1.
We are working on other features to clean up Coder deployments such as #7095.
If you want to free up license seats, you can build custom scripts to delete workspaces, delete users, or suspend users based on their last_seen value
90 days is too long for some of our users. As one mentioned, "you snooze, you lose" and they'd prefer 30 days.
This is a hard-coded duration right now and can easily be converted to a server CLI option.
The text was updated successfully, but these errors were encountered: