-
Notifications
You must be signed in to change notification settings - Fork 0
feat: template notifications #16
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
@dannykopping is this already done? |
Nope. |
@dannykopping Is this tracking "Notification templates" for "Template events" or "Workspace Events"? |
@stirby it's kinda both since they're related, although admittedly these items could have certainly used some more description. Template admins should receive a notification when a member tries to build a workspace and the template fails for whatever reason, for example. |
@stirby @dannykopping for the "manual build failure" notification I'm thinking of using the following copy:
Wdyt? |
I see we want to notify the "manual build failure" to the owner, but it is unclear if the owner is the template owner or owner role. The same for "automatic build failure" referencing the "template admin". cc.: @stirby @dannykopping |
The manual build failures should be sent to all template admins in the org. I don't think we need to send it to the owner role. |
@dannykopping I added context to the issue description. I think this is good to move to |
I'm looking into this now, and I'd like to clarify a few things, @dannykopping. Re Re |
I'm concerned that in an org of 100 users if an autobuild fails for everyone at the same time that template admins will have their inboxes flooded. If we can send them a summary email once a day that shows how many autobuilds failed, that might be more practical.
See @stirby's position here, which I agree with: #16 (comment) |
I agree with the risk of flooding users, so this looks to me as a separate mini-RFC that Coder is able to send daily operational stats. WDYT?
ACK 👍 I will see what I can do with: coder/coder#14262 |
Interesting idea, I like it! |
Creating system-generated notifications for key template events. These are mainly targeted towards template administrators.
Relates to coder/coder#13328
Create
notification_template
instances for the following events, and enqueue notifications with those templates:automatic build failure (receiver: template admin)> When an automatic workspace build fails, the template administrators should know so they may investigate issues with the template.will be covered by #40The text was updated successfully, but these errors were encountered: