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

Manage routing of actions to components with managers and filter some actions #145

Open
2 tasks
SystemsPurge opened this issue Oct 21, 2024 · 0 comments
Open
2 tasks
Assignees

Comments

@SystemsPurge
Copy link

When some IC actions are sent to the web backend, they pass through directly over AMQP to the villas controller. If a certain component does not implement that action, It is possible for them to reach a NotImplemented() error somewhere along the waym that causes the corresponding kombu producer/consumer to go down. The infrastrucutre component is then grayed out in the front-end, does not answer to actions anymore and is pretty much innaccessible.

Tasks:

  • Properly route actions to components with managers
  • Filter actions appropriately
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant