We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
From coder/coder#13868 (comment)
The wording is a little weird here. Can we change it and add a link to the dormancy docs:
I don't think we need to include the initiator, just improve the reasons (see end of message).
Hi {user-name}, your workspace {ws-name} has been marked dormant because of {reason}.
{user-name}
{ws-name}
{reason}
Append if dormancy cleanup is enabled and dormancy_hours < 24:
dormancy_hours
Dormant workspaces are automatically deleted after {dormancy_hours} hours of inactivity.
{dormancy_hours}
Append if dormancy cleanup is enabled, and dormancy_hours > 24:
Dormant workspaces are automatically deleted after {dormancy_hours // 24} days of inactivity.
{dormancy_hours // 24}
To prevent deletion, use your workspace with the link below.
The reasons also fit into differing grammatic context:
If we use these, they'd fit the above messages better.
The text was updated successfully, but these errors were encountered:
BrunoQuaresma
Successfully merging a pull request may close this issue.
From coder/coder#13868 (comment)
The wording is a little weird here. Can we change it and add a link to the dormancy docs:
I don't think we need to include the initiator, just improve the reasons (see end of message).
Append if dormancy cleanup is enabled and
dormancy_hours
< 24:Append if dormancy cleanup is enabled, and
dormancy_hours
> 24:The reasons also fit into differing grammatic context:
If we use these, they'd fit the above messages better.
The text was updated successfully, but these errors were encountered: