Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor PolicyMonitor #4319

Open
wolf4ood opened this issue Jul 2, 2024 · 2 comments
Open

Refactor PolicyMonitor #4319

wolf4ood opened this issue Jul 2, 2024 · 2 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@wolf4ood
Copy link
Contributor

wolf4ood commented Jul 2, 2024

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 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.

@wolf4ood wolf4ood added the enhancement New feature or request label Jul 2, 2024
@github-actions github-actions bot added the triage all new issues awaiting classification label Jul 2, 2024
@wolf4ood wolf4ood removed the triage all new issues awaiting classification label Jul 2, 2024
Copy link

This issue is stale because it has been open for 14 days with no activity.

@github-actions github-actions bot added the stale Open for x days with no activity label Jul 17, 2024
@ndr-brt ndr-brt removed the stale Open for x days with no activity label Jul 17, 2024
@ndr-brt ndr-brt self-assigned this Jul 17, 2024
Copy link

This issue is stale because it has been open for 28 days with no activity.

@github-actions github-actions bot added the stale Open for x days with no activity label Aug 15, 2024
@ndr-brt ndr-brt removed the stale Open for x days with no activity label Aug 19, 2024
@ndr-brt ndr-brt added this to the Backlog milestone Aug 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants