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
Right now alerts are saved on django database and are visible using BuffaLogs console.
We can implement a periodic task that runs every 5 minutes (but the delay should be configurable) that looks for newer alerts.
Users should be able to set if they want a notification for every single alert or all new alerts on the same notification.
Implement email notification. I think we should implement generic SMTP email integration, but I'm not sure on which python library to use, before starting the task we should discuss the implementation
The text was updated successfully, but these errors were encountered:
Right now alerts are saved on django database and are visible using BuffaLogs console.
We can implement a periodic task that runs every 5 minutes (but the delay should be configurable) that looks for newer alerts.
Users should be able to set if they want a notification for every single alert or all new alerts on the same notification.
We should support the following integrations:
Slack
Integration with slack should be implemented with the following API, keep an eye on message length limitation
Email
Implement email notification. I think we should implement generic SMTP email integration, but I'm not sure on which python library to use, before starting the task we should discuss the implementation
The text was updated successfully, but these errors were encountered: