TaskForest 1.10 (Default branch) |
|
|
TaskForest is a simple but expressive job
scheduler that allows you to chain jobs and tasks
and to create time dependencies. It uses
plain-text configuration files to specify task
dependencies. It is designed for use on a single
machine.
License: Artistic License
Changes:
Syntax error checking was added to the Family file parser. Optional logging of STDOUT and STDERR is now possible. The mark and rerun commands can now act on just the job specified, or on all its dependents or on both - the job and its dependents. Finally, a config file can now be used in lieu of command-line options or environment variables.
|