################################################################################
#
# $Id$
#
################################################################################
# This is a taskforest configuration file for testing
# Please change all settings to values that make sense for you.
# These are the four required command line arguments to taskforest
log_dir = "t/logs"
family_dir = "t/families"
job_dir = "t/jobs"
run_wrapper = "./run_with_log"
calendar_dir = "t/calendars"
# wait this many seconds between iterations of the main loop
wait_time = 60
# stop taskforest at this time of day
end_time = 2355
# if set to 1, run taskforest once only and exit immediately after that
once_only = 1
# print out extra logs - may be redundant, due to log_threshold, below
verbose = 0
# by default assume that the --collapse option was given to the status command
collapse = 1 # change from previously default behavior
# by default assume that all repeating jobs have the --chained=>1 attribute set
chained = 1 # change from previously default behavior
# log stdout and stderr to files
log = 1
# my default, log stdout messages with status >- this.
# This only effects stdout
# The sequence of thresholds (smallest to largest is):
# debug, info, warn, error, fatal
log_threshold = "debug"
# The log_file and err_file names should NOT end with '.0' or '.1'
# because then they will be mistaken for job log files
log_file = "stdout"
err_file = "stderr"
# currently unused
log_status = 0
# ignore family files whose names match these regexes
ignore_regex = "~$"
ignore_regex = ".bak$"
ignore_regex = '\$'
# tokens
#
# number = 1
# the number of tokens available.
# Each job that uses this token
# uses exactly one of this kind
# of token.
#
number = 1
number = 2
number = 1
number = 2
number = 2