Giter Site home page Giter Site logo

Comments (2)

joneubank avatar joneubank commented on September 16, 2024

How will the scheduler prioritize which directory to choose? Will it try to completely use up the resources of one directory before moving to the next, or will it try to spread the load evenly? How will it decide between two directories that both have capacity? Should we be able to set a priority order to use up directories or is there some other configurations needed for this strategy?

Also, our workflow requests right now contain information on the cluster and/or directory we want them to run in. After this feature is implemented how will the workflow requests change? Can we still specify the cluster we want it to run in? Do we need to include/exclude specific settings to get the scheduler to decide where to run the workflow?

Lastly, how will the RDPC admin be able to see which cluster a workflow is running in? Is this information visible in the workflow UI and/or workflow API (through the RDPC Gateway)? Do we currently have a view of how many workflows are running in each cluster or is that another task that we should investigate in the future?

from workflow-management-scheduler.

joneubank avatar joneubank commented on September 16, 2024

Instead of combining directory path and cluster name into a single string, is there a way to split these into separate lists in the config:

directories:
  - cluster1:
    - "nfs-local/nfs-1"
    - "nfs-local/nfs-2"
  - cluster2:
    - "nfs-external/nfs-1"
    - "nfs-external/nfs-2"

from workflow-management-scheduler.

Related Issues (3)

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.