Friday, July 17, 2020

PSF GSoC students blogs: Weekly Check-in #7

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



from Planet Python
via read more

No comments:

Post a Comment

TestDriven.io: Working with Static and Media Files in Django

This article looks at how to work with static and media files in a Django project, locally and in production. from Planet Python via read...