marco
03-08-2022Data Storage
Build failure alert tool
Hi all,
I built a tool in golang to send alerts via Microsoft Teams in case a build fails, you can find it here:
https://github.com/marcomasulli/go-sisentry
We have an email alert in place, however it isn't the best option to inform our whole team at once.
The tool is very simple and checks the Sisense API every 60 seconds, logs each build to a SQLite db, and if it finds a new failure it sends an alert. I hope someone will find it useful 🙂 it is my first golang project, so in case you have any suggestion please feel free to drop me a message.
Thanks!