<meta charset="utf-8">
What did I do this week?
I started working on Distributed Orchestrator. Currently, we decided the subnodes will act as worker nodes that run a specific set of operations. A primary node with a dataflow, request subnodes connected to the nats server for operations which it requires. Currently, I have coded till the part where subnodes spin up context upon receiving confirmation from the primary node.
What's next?
I'll be implementing input networks for both the primary and sub nodes.
Did I get stuck somewhere?
I have some doubts regarding the exceptions getting suppressed, I'll be discussing this with my mentor on today's meeting.