Open-source powered SIEM, Vulnerability Scanning, Host- & Network-IDS. Built upon Elastic Stack, OpenVAS, Suricata. Wrapped in a Python Flask web app.
14
stars
5
forks
source link
Sending emails blocks the web app thread #2
Open
chmey opened 3 years ago
Problem Currently the web app thread blocks upon sending emails.
Proposed solution Send emails in the background using background workers.