ChimeraPy / Orchestrator

Reusable Nodes and Orchestration Scheme/ Dashboard Application for ChimeraPy with JSON configuration.
GNU General Public License v3.0
2 stars 0 forks source link

Improvements to the cluster updates websocket #68

Closed umesh-timalsina closed 1 year ago

umesh-timalsina commented 1 year ago

Currently, we are using a single client web socket to the Manager per incoming socket connection, while it makes sense to have this architecture, just for the dashboard, it might be nice to follow a broadcasting scheme. For each incoming connection, we create a queue and then run an async loop task to send json messages with the queue updates.