rshk / jobcontrol

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

Dependency resolution + loop detection *before* job run #8

Closed rshk closed 9 years ago

rshk commented 10 years ago

Add some way to detect circular dependencies at job configuration time -> add some warning to inform the user earlier (before running).

For the initial release no automatic build of dependencies is done -- jobcontrol will simply check that all dependencies are met before creating the build.