You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
rather pause all notification dispatches during this time.
@dannykopping I assume this is a manual "circuit breaker". When disabled, should notifications still be queued in the database? Only dispatcher part should be off?
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.
The text was updated successfully, but these errors were encountered: