ospc-org / ospc.org

Source code for PolicyBrain, ospc.org, and related assets.
MIT License
24 stars 32 forks source link

Simplify compute.py for new backend archictecture #922

Closed hdoupe closed 6 years ago

hdoupe commented 6 years ago

compute.py no longer needs to keep track of a list of hosts to query. This PR simplifies the compute.py logic accordingly. Originally, this was going to be completed in PR #921, but I think it'll be easier to implement this in isolation of the other changes in that PR.