-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* WIP(Node services): Making the node services all use the event bus. Now need to do some integration testing. * WIP(worker comms service): Making the last service use the event bus implementation. * WIP(finished worker comms): Finished making the WorkerCommService use the EventBus. Now need to do integration with the whole Node. * WIP(finished Node): Finished making all node services use the eventbus. Need to finish testing Manager/Worker/Node comms to ensure that new changes didn't break communication. * tests(Worker/Node): Fixing issues with Worker & Node comms. On-going effort. * WIP(node step bug): Working on addressing a node step bug for data_chunk input argument passing. * fix(node connection): The connection betweeh Pub and Sub across nodes has been fixed. * fix(subscriber ZMQ socket closing): The main issue why threading and multiprocessing contexts conflicted is because of improper closing of ZMQ socket. Resolved.
- Loading branch information
1 parent
e4212c8
commit 4cb8382
Showing
39 changed files
with
1,812 additions
and
741 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.