Code Monkey home page Code Monkey logo

advancedscheduler's People

Stargazers

 avatar

Watchers

 avatar

advancedscheduler's Issues

Implement autorep

Need an autorep script that will:

* Default behavior is to report current status for a list of jobs matching
a pattern. Patterns will use SQL-style '%' for wildcards (E.g. %job would
match anything ending in 'job'. My%job% would match My_New_job_1, My_job,
Myjob, etc. )
* Output JIL for a list of jobs matching the same-style pattern. This is
selected via the '-q' switch. 
* Job names are specified with the -J parameter.

Sample command lines:

# report the status for all jobs matching the pattern.
autorep -J My%Job   

# output JIL for all jobs matching a pattern
autorep -qJ MyJob%xyz

More advanced reporting functionality will come along later. I think this
covers the general use case. 

Original issue reported on code.google.com by [email protected] on 21 Apr 2007 at 5:31

Makefiles need re-organization

SQL Makefiles are currently organized by object type. Tables are built
first, then views, then functions... The problem is that some functions are
based on views, and some views are based on functions. In order to properly
fix this, makefiles need to be reorganized so that dependencies can be set
up between different types of objects. 

This is currently causing a problem with the PendingJobs view and the
StartConditionsMet function. These objects must currently be deployed by
hand due to this deficiency. 

Original issue reported on code.google.com by [email protected] on 29 Oct 2007 at 12:21

Implement agent daemon

Need an agent daemon to actually run the jobs on the specified machine.
Daemon should be written in Python, the Job class in Database.py to
maintain the job states.

This daemon should query a configurable database for a list of pending
jobs. The logic to determine the list should reside in stored procedures.
The daemon should be as small as possible, while achieving the following goals:

   * Set appropriate job status: 
      * 'ST' (starting) -- Job session setup, before job is actually started
      * 'RU' (running) -- Job has actually started running
      * 'TE' (terminated) -- Job was killed via ADS control command
      * 'FA' (failed) -- Job exited with non-zero status
      * 'SU' (success) -- Job exited with zero status

   * Run each pending job in a multi-process or multi-threaded manner
   * Listen on a control connection (dbus?) for control commands
      * Agent shutdown
      * Terminate job (SIGTERM)
      * Kill job (SIGKILL)

Original issue reported on code.google.com by [email protected] on 21 Apr 2007 at 5:21

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.