muesli / beehive

A flexible event/agent & automation system with lots of bees 🐝
GNU Affero General Public License v3.0
6.28k stars 319 forks source link

Error Report Bee #252

Open internetimagery opened 5 years ago

internetimagery commented 5 years ago

It would be handy to have an alert system in place, for when things fail. Otherwise debugging any large chain of chains will become tricky and cumbersome.

Perhaps this is better living outside of the event structure, rather than being a part of it itself. However I think it'd be useful to use a bee, triggering events on other bee failures, to utilize the existing notification methods already in place.

muesli commented 5 years ago

There is work ongoing on a full featured logging and error handling system in the admin interface rewrite.

I do like the idea of errors being events that are emitted, though! Food for thought, thank you!