Details
-
Task
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
None
-
None
Description
In version 0.3 we have crossed Pluggy with Ray, and now burza runs a single node Ray cluster that hosts our data point generators, test runner and test suites in Ray actor plugins.
The next stage is to support a multinode configuration. There will be a head node and multiple secondary nodes. Secondary nodes will register their hook implementations in the head node, and it will call them just as it does with the usual plugins