peterbryntesson/ServiceFabric.Watchdog

Watchdog doesn't use ReliableState to store the state of the rule

Opened this issue · 0 comments

Suggestion: When creating the Watchdog class - have an optional parameter that sends in the StateManager. If set - we use the state manager to persist the state of the rules, otherwise we run it as it is today. This will allow a stateful service that runs Watchdog to fail over with persistent rules and current state.