Closed
Description
Relates to coder/coder#13331
Users may encounter a problem with, for example, their SMTP server and instead of having all the notifications exhaust their retries while the SMTP server is under maintenance - rather pause all notification dispatches during this time.
All this has to do is prevent the notifiers from executing their dispatch loop.
We should implement a CLI action to call this API.