mirror of
https://github.com/coder/coder.git
synced 2026-09-22 05:05:20 +08:00
I noticed during a scaletest that many warning logs were being generated when enqueuing notifications. The error was: ``` failed to notify of workspace creation: notification is not enabled ``` I don't think we should be warning if automated notifications fail to send to users because they have them disabled. To fix, we'll stop returning these errors.