You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the PolicyMonitor is implemented as a normal state machine like TransferProcess and ContractNegotiation one.
But as stated here the PolicyMonitor implemented as SM could be overkill and not optimal in terms of performance and database load.
Since the only non final state of PolicyMonitor is STARTED we could implement it more as a watchdog than a state machine
and implement an optimized strategy for watching the entry in STARTED state.
The text was updated successfully, but these errors were encountered:
Feature Request
Currently the
PolicyMonitor
is implemented as a normal state machine like TransferProcess and ContractNegotiation one.But as stated here the
PolicyMonitor
implemented as SM could be overkill and not optimal in terms of performance and database load.Since the only non final state of
PolicyMonitor
isSTARTED
we could implement it more as a watchdog than a state machineand implement an optimized strategy for watching the entry in
STARTED
state.The text was updated successfully, but these errors were encountered: