Giter VIP home page Giter VIP logo

Comments (2)

thieman avatar thieman commented on June 19, 2024

The Host class should live in the poorly-named components.py module.

The core Dagobah class should maintain its own list of Hosts, very similar to how it maintains a list of the Jobs it knows about. You should add a commit_host method to all of the backends, as well as making relevant changes to other methods like delete_dagobah (basically, do for hosts whatever the backend is doing for jobs). The Mongo backend should get a new collection to store the Hosts on (in addition to their place as an array on the main Dagobah collection). The SQLite backend will need to do its whole normalized thing, adding at least one additional table depending on how you want to structure the Hosts themselves.

Can you elaborate on what you meant by a parallel job object?

You're tackling a pretty big feature here and getting yourself into pretty much the entire code base, so let me know if you'd like me to help with anything. Thanks again.

from dagobah.

thieman avatar thieman commented on June 19, 2024

Also, let's try to keep discussion on the PR to the branch I've set up so we don't have to keep adding issues.

from dagobah.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.