[Taskforest-discuss] Job dependencies
Brought to you by:
enoor
From: Jay H. <jh...@om...> - 2010-04-15 00:50:45
|
http://www.taskforest.com/docs/configuring/families.html "EXAMPLE 2 - Job Dependencies" seems to skip over explaining the basics of what this means: 03 | J_ROTATE_LOGS() 04 | 05 | J_RESOLVE_DNS() Delete_Old_Logs() 06 | 07 | J_WEB_REPORTS() 08 | 09 | J_EMAIL_WEB_RPT_DONE() # send me a notification Is a job dependent on another job if it's listed on a line below the first? On the same line, but to the right? Both? Neither? Which of the jobs above are dependent on the others? If someone can explain that and give me a commit bit to your version control I'd be happy to attempt patches to your docs for your consideration. Thanks, j |