ausocean / cloud

GNU General Public License v3.0
1 stars 1 forks source link

Save broadcast issues tally #95

Closed saxon-milton closed 4 weeks ago

saxon-milton commented 1 month ago

Depends on PR #94

Resolves issue #75

It turns out that we weren't getting any badHealthEvents published and subsequently never transitioning to the Unhealthy states because we weren't actually saving the changes to the issues tally to the datastore. This change fixes this.

It has required that we alter the interface of HandleHealth slightly to require a parameter of Store interface type.