Uninett / zino

Zino 2.0 - Network state monitor for research networks
Apache License 2.0
3 stars 5 forks source link

Throw exceptions in BGP state monitor task #178

Open johannaengland opened 6 months ago

johannaengland commented 6 months ago

The error handling in the BGP state monitor task currently consists of logging the error and then the function returning None.

Instead we should throw appropriate errors and then handle them from where that function is called.

It needs to be discussed when/where exactly to throw which errors.

Originally mentioned in https://github.com/Uninett/zino/pull/133#discussion_r1464917104