rshk / jobcontrol

Job scheduling and tracking library.
http://rshk.github.io/jobcontrol/
Apache License 2.0
4 stars 3 forks source link

Job configuration in YAML #14

Closed rshk closed 9 years ago

rshk commented 10 years ago

Support job configuration in YAML.

See also #9

Proposed configuration example:

module: package_name.module_name
function: function_name
args:
    - one
    - two
kwargs:
    three: 3
    four: !retval 3
dependencies: [3]
# ... support for custom extensions here ...

It would also be nice to have a "natural key" field, allowing to keep in sync with an external configuration file...

rshk commented 10 years ago

We should also copy the job configuration in the build information