fix dropped error, unify error policy, de-panic config #16

Merged
forquare merged 1 commit from reliability into main 2026-04-19 22:55:13 +01:00
Owner
  • events: check err returned from listEvents before iterating
  • mdbuilder: skip + warn on plugin Run() errors instead of aborting
  • config: return errors from GetConfig/GetConfigWithFile instead of
    panicking; cache error alongside sync.Once result
  • main: handle new config error via existing logrus.Fatal path
  • align config loader's log.Printf calls with logrus.Warn
  • update mdbuilder test to match new skip-on-error behaviour
- events: check err returned from listEvents before iterating - mdbuilder: skip + warn on plugin Run() errors instead of aborting - config: return errors from GetConfig/GetConfigWithFile instead of panicking; cache error alongside sync.Once result - main: handle new config error via existing logrus.Fatal path - align config loader's log.Printf calls with logrus.Warn - update mdbuilder test to match new skip-on-error behaviour
- events: check err returned from listEvents before iterating
- mdbuilder: skip + warn on plugin Run() errors instead of aborting
- config: return errors from GetConfig/GetConfigWithFile instead of
  panicking; cache error alongside sync.Once result
- main: handle new config error via existing logrus.Fatal path
- align config loader's log.Printf calls with logrus.Warn
- update mdbuilder test to match new skip-on-error behaviour
forquare deleted branch reliability 2026-04-19 22:55:13 +01:00
Sign in to join this conversation.
No description provided.