-
Notifications
You must be signed in to change notification settings - Fork 887
Send an email to the user when one of their workspace is going to be shutdown/deleted #3380
New issue
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
Comments
I like these ideas. 👀 |
It'd be nice if this was implemented in an abstract way. I can imagine a Slack notification being nice for this too! |
This issue is becoming stale. In order to keep the tracker readable and actionable, I'm going close to this issue in 7 days if there isn't more activity. |
So any slack or email notifications? |
@matifali how would you expect to configure email sending? Would you want to provide Coder with configurations for using an SMTP server (smtp.host.com/user/pass/port) or would you expect Coder to e.g. use the mail server configured on the host (if there is one)? |
This is simpler and can be used. |
Ooo this would be nice for slack! Abstract way instead of just email for sure. |
This issue is becoming stale. In order to keep the tracker readable and actionable, I'm going close to this issue in 7 days if there isn't more activity. |
bump |
Hi @Kira-Pilot, if you are working on this, I suggest that we specify an SMTP server address and login credentials and then Coder can send notifications by using that. Something like CODER_SMTP_SERVER_ADDRESS=smtp.mycompany.com
CODER_SMTP_SERVER_PORT=587
CODER_SMTP_SERVER_USERNAME=user@mycompany.com
CODER_SMTP_SERVER_PASSWORD=secret42 Something like https://pkg.go.dev/net/smtp can be used |
@matifali I like that idea. For this first pass, we are going to add VS Code notifications and nothing more. We want to give a notifications feature more thought instead of jamming it into the Workspace Actions RFC work, which I've linked above. |
Going to close this one for now. We are implementing "quiet hours" which ensures a workspace will only shut down in the following cases:
Down the road, I'd love to add email support |
Recently requested by an enterprise customer. |
Please add the ability to email the users when one of their workspaces is nearing a scheduled shutdown.
Currently, the user does not have any notification if their workspace is shutting down. Please add some kind of notification to notify the users.
Also, the shutdown should be postponed automatically if the code is running.
The text was updated successfully, but these errors were encountered: