Git Product home page Git Product logo

hydra_job's People

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Forkers

isabella232

hydra_job's Issues

Metrics

There are no metrics generated or no logs produced that helps measure the overall performance (through put/ response times/ wait times) of the workflow or find the bottleneck jobs or identify the hot spots.

Measure system parameters such as CPU and memory per Job (and per Node level)

Better Job Dependency

Right now the job dependency is very simple DAG where each job depends exactly on one job.
Need capability to represent arbitrary job dependency DAG.

Job Status and tracking

Need more visibility into how jobs are getting processed. For example: which job is executing right now on which thread, which path the job took (and why), how many times a job was retried (and why).

Status of the workflow (hot spots, failure rate from a node)

Through put of a thread, status of a thread (sleeping, waiting for a job, stack trace).

Remove AnyNode

AnyNode was a workaround to avoid generics and maintain run time type safety when creating workflow dynamically from configurations. It is proving to be a maintenance night mare (for example: Refactoring node abstractions require Any* version for each of the new actors)

Control and Configuration

  • Require control dynamically add/remove jobs, skip/re-route
  • Require micro level and dynamic configuration such as to tune number of threads, enable/disable debug logging,
  • Can interrupt a thread
  • Pause the workflow

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.