coderbone / arsenalsuite

Automatically exported from code.google.com/p/arsenalsuite
GNU General Public License v2.0
1 stars 1 forks source link

Implement "soft" dependencies #12

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Soft or "linked" dependencies mean that children job tasks can run when the
corresponding parent task has completed.

So far I've refactored the dependency status change code into a plsql
function. Next up is to add the linked task status changes.

Original issue reported on code.google.com by barry.ro...@gmail.com on 6 Feb 2010 at 3:49

GoogleCodeExporter commented 8 years ago
Complete. Pass absbumit a "links" parameter with parent job ids. When a task 
for the
parent job completes, the child tasks will go from holding to new so the 
manager will
start assigning them.

Original comment by barry.ro...@gmail.com on 8 Apr 2010 at 4:51