Releasing all Dependencies from a Job

When you release all dependencies from a job, you put that job in the 'Ready' state. This causes TaskForest to run the job immediately, regardless of what other jobs it is waiting on, or what its time dependencies are. To release all dependencies from a job, run the following command:

release --log_dir=l_d --job=Ff::Jj --family_dir=f_d

where l_d is the log directory and Ff is the family name and Jj is the job name and f_d is the family_directory. Dependencies on a job will only be released if the job is in the 'Waiting' state.

Marking a Job Via the Web Site

You can use the "Release" button on the 'Status' or 'View Logs' page.