rhettg / Tron

Next generation batch process scheduling and management
Other
11 stars 0 forks source link

Check for circular job dependencies. #8

Closed mtytel closed 13 years ago

mtytel commented 13 years ago

If the user creates a circular job dependency, tron needs to stop and display an error message asking the user to resolve it.

mtytel commented 13 years ago

A possibility is to require the user only define job dependencies on previously defined (within the config file) jobs.

mtytel commented 13 years ago

Went with the above implementation, jobs can only follow(depend on) previously defined jobs.