mirror of
https://github.com/coder/coder.git
synced 2026-06-03 13:08:25 +00:00
356604eca6
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.